Html Css Color HEX #9ADFAA Chinook

📋 copy color: '#9ADFAA'

red 154 ◦ green 223 ◦ blue 170

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

Shades of Chinook #9ADFAA

Tints of Chinook #9ADFAA

RGB

 RED value IS 154 (60.55% from 255) = 28.15%

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 28.15%
G = 40.77%
B = 31.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#9ADFAA (or 0x9ADFAA) is known color: Chinook. HEX triplet: 9A, DF and AA. RGB value is (154,223,170). Sum of RGB (Red+Green+Blue) = 154+223+170=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFAA is #652055. Grayscale: #C4C4C4. Windows color (decimal): -6627414 or 11198362. OLE color: 11198362.

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

Color convert

RGB 154 223 170 -
CMYK 0.31 0 0.24 0.13
HSL 133.91º 0.52% 0.74% -
HSV(B) 133.91º 0.31% 0.87% -
XYZ 46.97 62.55 47.63 -
YUV 196.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 154 223 170 0.31 0 0.24 0.13 133.91 0.52 0.74
Hex 9A DF AA 1F 0 18 D 86 34 4A
Octal 232 337 252 37 0 30 15 206 64 112
Binary 10011010 11011111 10101010 11111 0 11000 1101 10000110 110100 1001010

Color Harmonies of #9ADFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFAA

Black with #9ADFAA

Text Example


Text Example

White with #9ADFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,170); }

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

background-color css

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

 a { background-color: rgb(154,223,170); }

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

border-color css

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

 span { border-color: rgb(154,223,170); }

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