Html Css Color HEX #6CAC9E Tradewind

📋 copy color: '#6CAC9E'

red 108 ◦ green 172 ◦ blue 158

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

Shades of Tradewind #6CAC9E

Tints of Tradewind #6CAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 24.66%
G = 39.27%
B = 36.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#6CAC9E (or 0x6CAC9E) is known color: Tradewind. HEX triplet: 6C, AC and 9E. RGB value is (108,172,158). Sum of RGB (Red+Green+Blue) = 108+172+158=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC9E is #935361. Grayscale: #979797. Windows color (decimal): -9655138 or 10398828. OLE color: 10398828.

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

Color convert

RGB 108 172 158 -
CMYK 0.37 0 0.08 0.33
HSL 166.88º 0.28% 0.55% -
HSV(B) 166.88º 0.37% 0.67% -
XYZ 27.11 35.16 37.71 -
YUV 151.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 108 172 158 0.37 0 0.08 0.33 166.88 0.28 0.55
Hex 6C AC 9E 25 0 8 21 A7 1C 37
Octal 154 254 236 45 0 10 41 247 34 67
Binary 1101100 10101100 10011110 100101 0 1000 100001 10100111 11100 110111

Color Harmonies of #6CAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC9E

Black with #6CAC9E

Text Example


Text Example

White with #6CAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,158); }

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

background-color css

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

 a { background-color: rgb(108,172,158); }

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

border-color css

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

 span { border-color: rgb(108,172,158); }

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