#99DCD4

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

Shades of Sinbad #99DCD4

Tints of Sinbad #99DCD4

Color information

#99DCD4 (or 0x99DCD4) is unknown color: approx Sinbad. HEX triplet: 99, DC and D4. RGB value is (153,220,212). Sum of RGB (Red+Green+Blue) = 153+220+212=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCD4 is #66232B. Grayscale: #C7C7C7. Windows color (decimal): -6693676 or 13950105. OLE color: 13950105.

HSL color Cylindrical-coordinate representation of color #99DCD4: hue angle of 172.84º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCD4 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB153220212-
CMYK0.3000.040.14
HSL172.84º48.91%73.14%-
HSV(B)172.84º30.45%86.27%-
XYZ50.6162.7171.72-
YUV199.06135.395.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=26.15%
G=37.61%
B=36.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532202120.3000.040.14172.8448.9173.14
Hex99DCD41E04Ead3149
Octal23133432436041625561111
Binary1001100111011100110101001111001001110101011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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