Html Css Color HEX #9FCCAE Chinook

📋 copy color: '#9FCCAE'

red 159 ◦ green 204 ◦ blue 174

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

Shades of Chinook #9FCCAE

Tints of Chinook #9FCCAE

RGB

 RED value IS 159 (62.5% from 255) = 29.61%

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 29.61%
G = 37.99%
B = 32.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#9FCCAE (or 0x9FCCAE) is known color: Chinook. HEX triplet: 9F, CC and AE. RGB value is (159,204,174). Sum of RGB (Red+Green+Blue) = 159+204+174=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCCAE is #603351. Grayscale: #BBBBBB. Windows color (decimal): -6304594 or 11455647. OLE color: 11455647.

HSL color Cylindrical-coordinate representation of color #9FCCAE: hue angle of 140º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCAE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 174 -
CMYK 0.22 0 0.15 0.2
HSL 140º 0.31% 0.71% -
HSV(B) 140º 0.22% 0.8% -
XYZ 43.53 53.61 48.1 -
YUV 187.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 159 204 174 0.22 0 0.15 0.2 140 0.31 0.71
Hex 9F CC AE 16 0 F 14 8C 1F 47
Octal 237 314 256 26 0 17 24 214 37 107
Binary 10011111 11001100 10101110 10110 0 1111 10100 10001100 11111 1000111

Color Harmonies of #9FCCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCAE

Black with #9FCCAE

Text Example


Text Example

White with #9FCCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCCAE; }

 p { color: rgb(159,204,174); }

 H1.HeaderClassName
 {
   color: #9FCCAE;
 }
 .AnyTagClassName
 {
   color: #9FCCAE;
 }
</style>

background-color css

<style>
 a { background-color: #9FCCAE; }

 a { background-color: rgb(159,204,174); }

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

border-color css

<style>
 span { border-color: #9FCCAE; }

 span { border-color: rgb(159,204,174); }

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