#98DED3

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

Shades of Sinbad #98DED3

Tints of Sinbad #98DED3

Color information

#98DED3 (or 0x98DED3) is unknown color: approx Sinbad. HEX triplet: 98, DE and D3. RGB value is (152,222,211). Sum of RGB (Red+Green+Blue) = 152+222+211=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #98DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DED3 is #67212C. Grayscale: #C7C7C7. Windows color (decimal): -6758701 or 13885080. OLE color: 13885080.

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

Color convert

RGB152222211-
CMYK0.3200.050.13
HSL170.57º51.47%73.33%-
HSV(B)170.57º31.53%87.06%-
XYZ50.8363.6271.23-
YUV199.82134.3193.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.98%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=25.98%
G=37.95%
B=36.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522222110.3200.050.13170.5751.4773.33
Hex98DED32005Dab3349
Octal23033632340051525363111
Binary10011000110111101101001110000001011101101010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,211); }

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

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

 a { background-color: rgb(152,222,211); }

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

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

 span { border-color: rgb(152,222,211); }

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