#99DED4

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

Shades of Sinbad #99DED4

Tints of Sinbad #99DED4

Color information

#99DED4 (or 0x99DED4) is unknown color: approx Sinbad. HEX triplet: 99, DE and D4. RGB value is (153,222,212). Sum of RGB (Red+Green+Blue) = 153+222+212=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #99DED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DED4 is #66212B. Grayscale: #C8C8C8. Windows color (decimal): -6693164 or 13950617. OLE color: 13950617.

HSL color Cylindrical-coordinate representation of color #99DED4: hue angle of 171.3º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DED4 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB153222212-
CMYK0.3100.050.13
HSL171.3º51.11%73.53%-
HSV(B)171.3º31.08%87.06%-
XYZ51.1463.7771.9-
YUV200.23134.6494.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=26.06%
G=37.82%
B=36.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532222120.3100.050.13171.351.1173.53
Hex99DED41F05Dab334a
Octal23133632437051525363112
Binary1001100111011110110101001111101011101101010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,212); }

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

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

 a { background-color: rgb(153,222,212); }

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

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

 span { border-color: rgb(153,222,212); }

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