#99CEC6

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

Shades of Sinbad #99CEC6

Tints of Sinbad #99CEC6

Color information

#99CEC6 (or 0x99CEC6) is unknown color: approx Sinbad. HEX triplet: 99, CE and C6. RGB value is (153,206,198). Sum of RGB (Red+Green+Blue) = 153+206+198=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEC6 is #663139. Grayscale: #BDBDBD. Windows color (decimal): -6697274 or 13029017. OLE color: 13029017.

HSL color Cylindrical-coordinate representation of color #99CEC6: hue angle of 170.94º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEC6 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB153206198-
CMYK0.2600.040.19
HSL170.94º35.1%70.39%-
HSV(B)170.94º25.73%80.78%-
XYZ45.454.9961.65-
YUV189.24132.94102.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=27.47%
G=36.98%
B=35.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061980.2600.040.19170.9435.170.39
Hex99CEC61A0413ab2346
Octal23131630632042325343106
Binary10011001110011101100011011010010010011101010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,206,198); }

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

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

 a { background-color: rgb(153,206,198); }

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

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

 span { border-color: rgb(153,206,198); }

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