Html Css Color HEX #9ADBAE Chinook

📋 copy color: '#9ADBAE'

red 154 ◦ green 219 ◦ blue 174

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

Shades of Chinook #9ADBAE

Tints of Chinook #9ADBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 28.15%
G = 40.04%
B = 31.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9ADBAE (or 0x9ADBAE) is known color: Chinook. HEX triplet: 9A, DB and AE. RGB value is (154,219,174). Sum of RGB (Red+Green+Blue) = 154+219+174=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBAE is #652451. Grayscale: #C2C2C2. Windows color (decimal): -6628434 or 11459482. OLE color: 11459482.

HSL color Cylindrical-coordinate representation of color #9ADBAE: hue angle of 138.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBAE is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 174 -
CMYK 0.30 0 0.21 0.14
HSL 138.46º 0.47% 0.73% -
HSV(B) 138.46º 0.3% 0.86% -
XYZ 46.3 60.59 49.3 -
YUV 194.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 154 219 174 0.30 0 0.21 0.14 138.46 0.47 0.73
Hex 9A DB AE 1E 0 15 E 8A 2F 49
Octal 232 333 256 36 0 25 16 212 57 111
Binary 10011010 11011011 10101110 11110 0 10101 1110 10001010 101111 1001001

Color Harmonies of #9ADBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBAE

Black with #9ADBAE

Text Example


Text Example

White with #9ADBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,174); }

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

background-color css

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

 a { background-color: rgb(154,219,174); }

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

border-color css

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

 span { border-color: rgb(154,219,174); }

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