#99EBAB

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

Shades of Chinook #99EBAB

Tints of Chinook #99EBAB

Color information

#99EBAB (or 0x99EBAB) is unknown color: approx Chinook. HEX triplet: 99, EB and AB. RGB value is (153,235,171). Sum of RGB (Red+Green+Blue) = 153+235+171=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBAB is #661454. Grayscale: #CBCBCB. Windows color (decimal): -6689877 or 11266969. OLE color: 11266969.

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

Color convert

RGB153235171-
CMYK0.3500.270.08
HSL133.17º67.21%76.08%-
HSV(B)133.17º34.89%92.16%-
XYZ50.269.1349.23-
YUV203.19109.8392.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=27.37%
G=42.04%
B=30.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351710.3500.270.08133.1767.2176.08
Hex99EBAB2301B885434c
Octal2313532534303310205103114
Binary10011001111010111010101110001101101110001000010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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