Html Css Color HEX #9DDBAB Chinook

📋 copy color: '#9DDBAB'

red 157 ◦ green 219 ◦ blue 171

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

Shades of Chinook #9DDBAB

Tints of Chinook #9DDBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 28.7%
G = 40.04%
B = 31.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9DDBAB (or 0x9DDBAB) is known color: Chinook. HEX triplet: 9D, DB and AB. RGB value is (157,219,171). Sum of RGB (Red+Green+Blue) = 157+219+171=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBAB is #622454. Grayscale: #C3C3C3. Windows color (decimal): -6431829 or 11262877. OLE color: 11262877.

HSL color Cylindrical-coordinate representation of color #9DDBAB: hue angle of 133.55º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBAB is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 171 -
CMYK 0.28 0 0.22 0.14
HSL 133.55º 0.46% 0.74% -
HSV(B) 133.55º 0.28% 0.86% -
XYZ 46.59 60.77 47.8 -
YUV 194.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 157 219 171 0.28 0 0.22 0.14 133.55 0.46 0.74
Hex 9D DB AB 1C 0 16 E 86 2E 4A
Octal 235 333 253 34 0 26 16 206 56 112
Binary 10011101 11011011 10101011 11100 0 10110 1110 10000110 101110 1001010

Color Harmonies of #9DDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBAB

Black with #9DDBAB

Text Example


Text Example

White with #9DDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,171); }

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

background-color css

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

 a { background-color: rgb(157,219,171); }

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

border-color css

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

 span { border-color: rgb(157,219,171); }

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