#99D4C9

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

Shades of Sinbad #99D4C9

Tints of Sinbad #99D4C9

Color information

#99D4C9 (or 0x99D4C9) is unknown color: approx Sinbad. HEX triplet: 99, D4 and C9. RGB value is (153,212,201). Sum of RGB (Red+Green+Blue) = 153+212+201=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4C9 is #662B36. Grayscale: #C1C1C1. Windows color (decimal): -6695735 or 13227161. OLE color: 13227161.

HSL color Cylindrical-coordinate representation of color #99D4C9: hue angle of 168.81º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4C9 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB153212201-
CMYK0.2800.050.17
HSL168.81º40.69%71.57%-
HSV(B)168.81º27.83%83.14%-
XYZ47.2258.0863.98-
YUV193.1132.4599.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=27.03%
G=37.46%
B=35.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532122010.2800.050.17168.8140.6971.57
Hex99D4C91C0511a92948
Octal23132431134052125151110
Binary10011001110101001100100111100010110001101010011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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