Html Css Color HEX #9DDEAF Chinook

📋 copy color: '#9DDEAF'

red 157 ◦ green 222 ◦ blue 175

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

Shades of Chinook #9DDEAF

Tints of Chinook #9DDEAF

RGB

 RED value IS 157 (61.72% from 255) = 28.34%

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

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 28.34%
G = 40.07%
B = 31.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9DDEAF (or 0x9DDEAF) is known color: Chinook. HEX triplet: 9D, DE and AF. RGB value is (157,222,175). Sum of RGB (Red+Green+Blue) = 157+222+175=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAF is #622150. Grayscale: #C5C5C5. Windows color (decimal): -6431057 or 11525789. OLE color: 11525789.

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

Color convert

RGB 157 222 175 -
CMYK 0.29 0 0.21 0.13
HSL 136.62º 0.5% 0.74% -
HSV(B) 136.62º 0.29% 0.87% -
XYZ 47.76 62.51 50.1 -
YUV 197.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 157 222 175 0.29 0 0.21 0.13 136.62 0.5 0.74
Hex 9D DE AF 1D 0 15 D 89 32 4A
Octal 235 336 257 35 0 25 15 211 62 112
Binary 10011101 11011110 10101111 11101 0 10101 1101 10001001 110010 1001010

Color Harmonies of #9DDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEAF

Black with #9DDEAF

Text Example


Text Example

White with #9DDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,175); }

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

background-color css

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

 a { background-color: rgb(157,222,175); }

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

border-color css

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

 span { border-color: rgb(157,222,175); }

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