Html Css Color HEX #9AEAB0 Chinook

📋 copy color: '#9AEAB0'

red 154 ◦ green 234 ◦ blue 176

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

Shades of Chinook #9AEAB0

Tints of Chinook #9AEAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 27.3%
G = 41.49%
B = 31.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#9AEAB0 (or 0x9AEAB0) is known color: Chinook. HEX triplet: 9A, EA and B0. RGB value is (154,234,176). Sum of RGB (Red+Green+Blue) = 154+234+176=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEAB0 is #65154F. Grayscale: #CBCBCB. Windows color (decimal): -6624592 or 11594394. OLE color: 11594394.

HSL color Cylindrical-coordinate representation of color #9AEAB0: hue angle of 136.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 234 176 -
CMYK 0.34 0 0.25 0.08
HSL 136.5º 0.66% 0.76% -
HSV(B) 136.5º 0.34% 0.92% -
XYZ 50.59 68.85 51.7 -
YUV 203.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 154 234 176 0.34 0 0.25 0.08 136.5 0.66 0.76
Hex 9A EA B0 22 0 19 8 88 42 4C
Octal 232 352 260 42 0 31 10 210 102 114
Binary 10011010 11101010 10110000 100010 0 11001 1000 10001000 1000010 1001100

Color Harmonies of #9AEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEAB0

Black with #9AEAB0

Text Example


Text Example

White with #9AEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,234,176); }

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

background-color css

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

 a { background-color: rgb(154,234,176); }

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

border-color css

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

 span { border-color: rgb(154,234,176); }

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