#99E3DA

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

Shades of Sinbad #99E3DA

Tints of Sinbad #99E3DA

Color information

#99E3DA (or 0x99E3DA) is unknown color: approx Sinbad. HEX triplet: 99, E3 and DA. RGB value is (153,227,218). Sum of RGB (Red+Green+Blue) = 153+227+218=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3DA is #661C25. Grayscale: #CBCBCB. Windows color (decimal): -6691878 or 14345113. OLE color: 14345113.

HSL color Cylindrical-coordinate representation of color #99E3DA: hue angle of 172.7º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3DA is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB153227218-
CMYK0.3300.040.11
HSL172.7º56.92%74.51%-
HSV(B)172.7º32.6%89.02%-
XYZ53.2666.7776.41-
YUV203.85135.9891.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.59%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=25.59%
G=37.96%
B=36.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532272180.3300.040.11172.756.9274.51
Hex99E3DA2104Bad394b
Octal23134333241041325571113
Binary10011001111000111101101010000101001011101011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,227,218); }

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

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

 a { background-color: rgb(153,227,218); }

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

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

 span { border-color: rgb(153,227,218); }

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