#99D7D1

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

Shades of Sinbad #99D7D1

Tints of Sinbad #99D7D1

Color information

#99D7D1 (or 0x99D7D1) is unknown color: approx Sinbad. HEX triplet: 99, D7 and D1. RGB value is (153,215,209). Sum of RGB (Red+Green+Blue) = 153+215+209=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7D1 is #66282E. Grayscale: #C3C3C3. Windows color (decimal): -6694959 or 13752217. OLE color: 13752217.

HSL color Cylindrical-coordinate representation of color #99D7D1: hue angle of 174.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7D1 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB153215209-
CMYK0.2900.030.16
HSL174.19º43.66%72.16%-
HSV(B)174.19º28.84%84.31%-
XYZ48.9559.9869.32-
YUV195.78135.4697.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=26.52%
G=37.26%
B=36.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532152090.2900.030.16174.1943.6672.16
Hex99D7D11D0310ae2c48
Octal23132732135032025654110
Binary1001100111010111110100011110101110000101011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,209); }

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

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

 a { background-color: rgb(153,215,209); }

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

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

 span { border-color: rgb(153,215,209); }

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