Html Css Color HEX #6CAB9F Tradewind

📋 copy color: '#6CAB9F'

red 108 ◦ green 171 ◦ blue 159

#6CAB9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #6CAB9F

Tints of Tradewind #6CAB9F

RGB

 RED value IS 108 (42.58% from 255) = 24.66%

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 24.66%
G = 39.04%
B = 36.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CAB9F (or 0x6CAB9F) is known color: Tradewind. HEX triplet: 6C, AB and 9F. RGB value is (108,171,159). Sum of RGB (Red+Green+Blue) = 108+171+159=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB9F is #935460. Grayscale: #969696. Windows color (decimal): -9655393 or 10464108. OLE color: 10464108.

HSL color Cylindrical-coordinate representation of color #6CAB9F: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAB9F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 171 159 -
CMYK 0.37 0 0.07 0.33
HSL 168.57º 0.27% 0.55% -
HSV(B) 168.57º 0.37% 0.67% -
XYZ 27.01 34.82 38.1 -
YUV 150.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 108 171 159 0.37 0 0.07 0.33 168.57 0.27 0.55
Hex 6C AB 9F 25 0 7 21 A9 1B 37
Octal 154 253 237 45 0 7 41 251 33 67
Binary 1101100 10101011 10011111 100101 0 111 100001 10101001 11011 110111

Color Harmonies of #6CAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAB9F

Black with #6CAB9F

Text Example


Text Example

White with #6CAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAB9F; }

 p { color: rgb(108,171,159); }

 H1.HeaderClassName
 {
   color: #6CAB9F;
 }
 .AnyTagClassName
 {
   color: #6CAB9F;
 }
</style>

background-color css

<style>
 a { background-color: #6CAB9F; }

 a { background-color: rgb(108,171,159); }

 div.DivClassName
 {
   background-color: #6CAB9F;
 }
 .BgClassName
 {
   background-color: #6CAB9F;
 }
</style>

border-color css

<style>
 span { border-color: #6CAB9F; }

 span { border-color: rgb(108,171,159); }

 td.TdClassName
 {
   border-color: #6CAB9F;
 }
 .TagClassName
 {
   border-color: #6CAB9F;
 }
</style>