Html Css Color HEX #9FCEAE Chinook

📋 copy color: '#9FCEAE'

red 159 ◦ green 206 ◦ blue 174

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

Shades of Chinook #9FCEAE

Tints of Chinook #9FCEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 29.5%
G = 38.22%
B = 32.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#9FCEAE (or 0x9FCEAE) is known color: Chinook. HEX triplet: 9F, CE and AE. RGB value is (159,206,174). Sum of RGB (Red+Green+Blue) = 159+206+174=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEAE is #603151. Grayscale: #BCBCBC. Windows color (decimal): -6304082 or 11456159. OLE color: 11456159.

HSL color Cylindrical-coordinate representation of color #9FCEAE: hue angle of 139.15º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEAE is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 174 -
CMYK 0.23 0 0.16 0.19
HSL 139.15º 0.32% 0.72% -
HSV(B) 139.15º 0.23% 0.81% -
XYZ 44.01 54.57 48.26 -
YUV 188.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 159 206 174 0.23 0 0.16 0.19 139.15 0.32 0.72
Hex 9F CE AE 17 0 10 13 8B 20 48
Octal 237 316 256 27 0 20 23 213 40 110
Binary 10011111 11001110 10101110 10111 0 10000 10011 10001011 100000 1001000

Color Harmonies of #9FCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEAE

Black with #9FCEAE

Text Example


Text Example

White with #9FCEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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