#98DDD2

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

Shades of Sinbad #98DDD2

Tints of Sinbad #98DDD2

Color information

#98DDD2 (or 0x98DDD2) is unknown color: approx Sinbad. HEX triplet: 98, DD and D2. RGB value is (152,221,210). Sum of RGB (Red+Green+Blue) = 152+221+210=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDD2 is #67222D. Grayscale: #C7C7C7. Windows color (decimal): -6758958 or 13819288. OLE color: 13819288.

HSL color Cylindrical-coordinate representation of color #98DDD2: hue angle of 170.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDD2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB152221210-
CMYK0.3100.050.13
HSL170.43º50.36%73.14%-
HSV(B)170.43º31.22%86.67%-
XYZ50.4463.0470.48-
YUV199.12134.1494.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=26.07%
G=37.91%
B=36.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522212100.3100.050.13170.4350.3673.14
Hex98DDD21F05Daa3249
Octal23033532237051525262111
Binary1001100011011101110100101111101011101101010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DDD2; }

 p { color: rgb(152,221,210); }

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

<style>
 a { background-color: #98DDD2; }

 a { background-color: rgb(152,221,210); }

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

<style>
 span { border-color: #98DDD2; }

 span { border-color: rgb(152,221,210); }

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