#99D4CB

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

Shades of Sinbad #99D4CB

Tints of Sinbad #99D4CB

Color information

#99D4CB (or 0x99D4CB) is unknown color: approx Sinbad. HEX triplet: 99, D4 and CB. RGB value is (153,212,203). Sum of RGB (Red+Green+Blue) = 153+212+203=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4CB is #662B34. Grayscale: #C1C1C1. Windows color (decimal): -6695733 or 13358233. OLE color: 13358233.

HSL color Cylindrical-coordinate representation of color #99D4CB: hue angle of 170.85º 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 #99D4CB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB153212203-
CMYK0.2800.040.17
HSL170.85º40.69%71.57%-
HSV(B)170.85º27.83%83.14%-
XYZ47.4658.1765.23-
YUV193.33133.4599.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=26.94%
G=37.32%
B=35.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532122030.2800.040.17170.8540.6971.57
Hex99D4CB1C0411ab2948
Octal23132431334042125351110
Binary10011001110101001100101111100010010001101010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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