#99EBB0

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

Shades of Chinook #99EBB0

Tints of Chinook #99EBB0

Color information

#99EBB0 (or 0x99EBB0) is unknown color: approx Chinook. HEX triplet: 99, EB and B0. RGB value is (153,235,176). Sum of RGB (Red+Green+Blue) = 153+235+176=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBB0 is #66144F. Grayscale: #CBCBCB. Windows color (decimal): -6689872 or 11594649. OLE color: 11594649.

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

Color convert

RGB153235176-
CMYK0.3500.250.08
HSL136.83º67.21%76.08%-
HSV(B)136.83º34.89%92.16%-
XYZ50.6869.3251.78-
YUV203.76112.3391.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=27.13%
G=41.67%
B=31.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351760.3500.250.08136.8367.2176.08
Hex99EBB023019889434c
Octal2313532604303110211103114
Binary10011001111010111011000010001101100110001000100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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