#99D6CD

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

Shades of Sinbad #99D6CD

Tints of Sinbad #99D6CD

Color information

#99D6CD (or 0x99D6CD) is unknown color: approx Sinbad. HEX triplet: 99, D6 and CD. RGB value is (153,214,205). Sum of RGB (Red+Green+Blue) = 153+214+205=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6CD is #662932. Grayscale: #C2C2C2. Windows color (decimal): -6695219 or 13489817. OLE color: 13489817.

HSL color Cylindrical-coordinate representation of color #99D6CD: hue angle of 171.15º degrees, saturation: 0.43, 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 #99D6CD is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB153214205-
CMYK0.2900.040.16
HSL171.15º42.66%71.96%-
HSV(B)171.15º28.5%83.92%-
XYZ48.259.2766.66-
YUV194.74133.7998.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.75%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=26.75%
G=37.41%
B=35.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532142050.2900.040.16171.1542.6671.96
Hex99D6CD1D0410ab2b48
Octal23132631535042025353110
Binary10011001110101101100110111101010010000101010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,214,205); }

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

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

 a { background-color: rgb(153,214,205); }

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

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

 span { border-color: rgb(153,214,205); }

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