Html Css Color HEX #9DDEB0 Chinook

📋 copy color: '#9DDEB0'

red 157 ◦ green 222 ◦ blue 176

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

Shades of Chinook #9DDEB0

Tints of Chinook #9DDEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 28.29%
G = 40%
B = 31.71%

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

#9DDEB0 (or 0x9DDEB0) is known color: Chinook. HEX triplet: 9D, DE and B0. RGB value is (157,222,176). Sum of RGB (Red+Green+Blue) = 157+222+176=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEB0 is #62214F. Grayscale: #C5C5C5. Windows color (decimal): -6431056 or 11591325. OLE color: 11591325.

HSL color Cylindrical-coordinate representation of color #9DDEB0: hue angle of 137.54º 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 #9DDEB0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 176 -
CMYK 0.29 0 0.21 0.13
HSL 137.54º 0.5% 0.74% -
HSV(B) 137.54º 0.29% 0.87% -
XYZ 47.86 62.55 50.62 -
YUV 197.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 157 222 176 0.29 0 0.21 0.13 137.54 0.5 0.74
Hex 9D DE B0 1D 0 15 D 8A 32 4A
Octal 235 336 260 35 0 25 15 212 62 112
Binary 10011101 11011110 10110000 11101 0 10101 1101 10001010 110010 1001010

Color Harmonies of #9DDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEB0

Black with #9DDEB0

Text Example


Text Example

White with #9DDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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