#99EBAF

Color #99EBAF Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #99EBAF

Tints of Chinook #99EBAF

Color information

#99EBAF (or 0x99EBAF) is unknown color: approx Chinook. HEX triplet: 99, EB and AF. RGB value is (153,235,175). Sum of RGB (Red+Green+Blue) = 153+235+175=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBAF is #661450. Grayscale: #CBCBCB. Windows color (decimal): -6689873 or 11529113. OLE color: 11529113.

HSL color Cylindrical-coordinate representation of color #99EBAF: hue angle of 136.1º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB153235175-
CMYK0.3500.260.08
HSL136.1º67.21%76.08%-
HSV(B)136.1º34.89%92.16%-
XYZ50.5869.2851.26-
YUV203.64111.8391.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=27.18%
G=41.74%
B=31.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351750.3500.260.08136.167.2176.08
Hex99EBAF2301A888434c
Octal2313532574303210210103114
Binary10011001111010111010111110001101101010001000100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EBAF; }

 p { color: rgb(153,235,175); }

 H1.HeaderClassName
 {
   color: #99EBAF;
 }
 .AnyTagClassName
 {
   color: #99EBAF;
 }
</style>
background-color css

<style>
 a { background-color: #99EBAF; }

 a { background-color: rgb(153,235,175); }

 div.DivClassName
 {
   background-color: #99EBAF;
 }
 .BgClassName
 {
   background-color: #99EBAF;
 }
</style>
border-color css

<style>
 span { border-color: #99EBAF; }

 span { border-color: rgb(153,235,175); }

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