Html Css Color HEX #9DDEA3 Chinook

📋 copy color: '#9DDEA3'

red 157 ◦ green 222 ◦ blue 163

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

Shades of Chinook #9DDEA3

Tints of Chinook #9DDEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.07%

R = 28.97%
G = 40.96%
B = 30.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA3 (or 0x9DDEA3) is known color: Chinook. HEX triplet: 9D, DE and A3. RGB value is (157,222,163). Sum of RGB (Red+Green+Blue) = 157+222+163=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA3 is #62215C. Grayscale: #C4C4C4. Windows color (decimal): -6431069 or 10739357. OLE color: 10739357.

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

Color convert

RGB 157 222 163 -
CMYK 0.29 0 0.27 0.13
HSL 125.54º 0.5% 0.74% -
HSV(B) 125.54º 0.29% 0.87% -
XYZ 46.64 62.06 44.17 -
YUV 195.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 157 222 163 0.29 0 0.27 0.13 125.54 0.5 0.74
Hex 9D DE A3 1D 0 1B D 7E 32 4A
Octal 235 336 243 35 0 33 15 176 62 112
Binary 10011101 11011110 10100011 11101 0 11011 1101 1111110 110010 1001010

Color Harmonies of #9DDEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA3

Black with #9DDEA3

Text Example


Text Example

White with #9DDEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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