Html Css Color HEX #6CAB9C Tradewind

📋 copy color: '#6CAB9C'

red 108 ◦ green 171 ◦ blue 156

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

Shades of Tradewind #6CAB9C

Tints of Tradewind #6CAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 24.83%
G = 39.31%
B = 35.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6CAB9C (or 0x6CAB9C) is known color: Tradewind. HEX triplet: 6C, AB and 9C. RGB value is (108,171,156). Sum of RGB (Red+Green+Blue) = 108+171+156=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB9C is #935463. Grayscale: #969696. Windows color (decimal): -9655396 or 10267500. OLE color: 10267500.

HSL color Cylindrical-coordinate representation of color #6CAB9C: hue angle of 165.71º 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 #6CAB9C is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 171 156 -
CMYK 0.37 0 0.09 0.33
HSL 165.71º 0.27% 0.55% -
HSV(B) 165.71º 0.37% 0.67% -
XYZ 26.75 34.71 36.74 -
YUV 150.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 108 171 156 0.37 0 0.09 0.33 165.71 0.27 0.55
Hex 6C AB 9C 25 0 9 21 A6 1B 37
Octal 154 253 234 45 0 11 41 246 33 67
Binary 1101100 10101011 10011100 100101 0 1001 100001 10100110 11011 110111

Color Harmonies of #6CAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAB9C

Black with #6CAB9C

Text Example


Text Example

White with #6CAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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