Html Css Color HEX #9CDEAE Chinook

📋 copy color: '#9CDEAE'

red 156 ◦ green 222 ◦ blue 174

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

Shades of Chinook #9CDEAE

Tints of Chinook #9CDEAE

RGB

 RED value IS 156 (61.33% from 255) = 28.26%

 GREEN value IS 222 (87.11% from 255) = 40.22%

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

R = 28.26%
G = 40.22%
B = 31.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9CDEAE (or 0x9CDEAE) is known color: Chinook. HEX triplet: 9C, DE and AE. RGB value is (156,222,174). Sum of RGB (Red+Green+Blue) = 156+222+174=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAE is #632151. Grayscale: #C4C4C4. Windows color (decimal): -6496594 or 11460252. OLE color: 11460252.

HSL color Cylindrical-coordinate representation of color #9CDEAE: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEAE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 174 -
CMYK 0.30 0 0.22 0.13
HSL 136.36º 0.5% 0.74% -
HSV(B) 136.36º 0.3% 0.87% -
XYZ 47.47 62.37 49.58 -
YUV 196.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 156 222 174 0.30 0 0.22 0.13 136.36 0.5 0.74
Hex 9C DE AE 1E 0 16 D 88 32 4A
Octal 234 336 256 36 0 26 15 210 62 112
Binary 10011100 11011110 10101110 11110 0 10110 1101 10001000 110010 1001010

Color Harmonies of #9CDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEAE

Black with #9CDEAE

Text Example


Text Example

White with #9CDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,222,174); }

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

background-color css

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

 a { background-color: rgb(156,222,174); }

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

border-color css

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

 span { border-color: rgb(156,222,174); }

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