Html Css Color HEX #6CAC9C Tradewind

📋 copy color: '#6CAC9C'

red 108 ◦ green 172 ◦ blue 156

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

Shades of Tradewind #6CAC9C

Tints of Tradewind #6CAC9C

RGB

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

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

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

R = 24.77%
G = 39.45%
B = 35.78%

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

#6CAC9C (or 0x6CAC9C) is known color: Tradewind. HEX triplet: 6C, AC and 9C. RGB value is (108,172,156). Sum of RGB (Red+Green+Blue) = 108+172+156=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC9C is #935363. Grayscale: #979797. Windows color (decimal): -9655140 or 10267756. OLE color: 10267756.

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

Color convert

RGB 108 172 156 -
CMYK 0.37 0 0.09 0.33
HSL 165º 0.28% 0.55% -
HSV(B) 165º 0.37% 0.67% -
XYZ 26.94 35.09 36.81 -
YUV 151.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 108 172 156 0.37 0 0.09 0.33 165 0.28 0.55
Hex 6C AC 9C 25 0 9 21 A5 1C 37
Octal 154 254 234 45 0 11 41 245 34 67
Binary 1101100 10101100 10011100 100101 0 1001 100001 10100101 11100 110111

Color Harmonies of #6CAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC9C

Black with #6CAC9C

Text Example


Text Example

White with #6CAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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