#99EBAE

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

Shades of Chinook #99EBAE

Tints of Chinook #99EBAE

Color information

#99EBAE (or 0x99EBAE) is unknown color: approx Chinook. HEX triplet: 99, EB and AE. RGB value is (153,235,174). Sum of RGB (Red+Green+Blue) = 153+235+174=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBAE is #661451. Grayscale: #CBCBCB. Windows color (decimal): -6689874 or 11463577. OLE color: 11463577.

HSL color Cylindrical-coordinate representation of color #99EBAE: hue angle of 135.37º 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 #99EBAE is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB153235174-
CMYK0.3500.260.08
HSL135.37º67.21%76.08%-
HSV(B)135.37º34.89%92.16%-
XYZ50.4969.2450.75-
YUV203.53111.3391.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.22%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=27.22%
G=41.81%
B=30.96%

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
Decimal1532351740.3500.260.08135.3767.2176.08
Hex99EBAE2301A887434c
Octal2313532564303210207103114
Binary10011001111010111010111010001101101010001000011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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