Html Css Color HEX #9DDFAB Chinook

📋 copy color: '#9DDFAB'

red 157 ◦ green 223 ◦ blue 171

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

Shades of Chinook #9DDFAB

Tints of Chinook #9DDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

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

R = 28.49%
G = 40.47%
B = 31.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9DDFAB (or 0x9DDFAB) is known color: Chinook. HEX triplet: 9D, DF and AB. RGB value is (157,223,171). Sum of RGB (Red+Green+Blue) = 157+223+171=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFAB is #622054. Grayscale: #C5C5C5. Windows color (decimal): -6430805 or 11263901. OLE color: 11263901.

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

Color convert

RGB 157 223 171 -
CMYK 0.30 0 0.23 0.13
HSL 132.73º 0.51% 0.75% -
HSV(B) 132.73º 0.3% 0.87% -
XYZ 47.64 62.88 48.15 -
YUV 197.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 157 223 171 0.30 0 0.23 0.13 132.73 0.51 0.75
Hex 9D DF AB 1E 0 17 D 85 33 4B
Octal 235 337 253 36 0 27 15 205 63 113
Binary 10011101 11011111 10101011 11110 0 10111 1101 10000101 110011 1001011

Color Harmonies of #9DDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFAB

Black with #9DDFAB

Text Example


Text Example

White with #9DDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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