Html Css Color HEX #6CAC9D Tradewind

📋 copy color: '#6CAC9D'

red 108 ◦ green 172 ◦ blue 157

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

Shades of Tradewind #6CAC9D

Tints of Tradewind #6CAC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 24.71%
G = 39.36%
B = 35.93%

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

#6CAC9D (or 0x6CAC9D) is known color: Tradewind. HEX triplet: 6C, AC and 9D. RGB value is (108,172,157). Sum of RGB (Red+Green+Blue) = 108+172+157=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC9D is #935362. Grayscale: #979797. Windows color (decimal): -9655139 or 10333292. OLE color: 10333292.

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

Color convert

RGB 108 172 157 -
CMYK 0.37 0 0.09 0.33
HSL 165.94º 0.28% 0.55% -
HSV(B) 165.94º 0.37% 0.67% -
XYZ 27.02 35.13 37.25 -
YUV 151.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 108 172 157 0.37 0 0.09 0.33 165.94 0.28 0.55
Hex 6C AC 9D 25 0 9 21 A6 1C 37
Octal 154 254 235 45 0 11 41 246 34 67
Binary 1101100 10101100 10011101 100101 0 1001 100001 10100110 11100 110111

Color Harmonies of #6CAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC9D

Black with #6CAC9D

Text Example


Text Example

White with #6CAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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