#98E1DA

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

Shades of Sinbad #98E1DA

Tints of Sinbad #98E1DA

Color information

#98E1DA (or 0x98E1DA) is unknown color: approx Sinbad. HEX triplet: 98, E1 and DA. RGB value is (152,225,218). Sum of RGB (Red+Green+Blue) = 152+225+218=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1DA is #671E25. Grayscale: #CACACA. Windows color (decimal): -6757926 or 14344600. OLE color: 14344600.

HSL color Cylindrical-coordinate representation of color #98E1DA: hue angle of 174.25º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1DA is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB152225218-
CMYK0.3200.030.12
HSL174.25º54.89%73.92%-
HSV(B)174.25º32.44%88.24%-
XYZ52.5365.5976.22-
YUV202.38136.8292.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.55%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=25.55%
G=37.82%
B=36.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522252180.3200.030.12174.2554.8973.92
Hex98E1DA2003Cae374a
Octal23034133240031425667112
Binary1001100011100001110110101000000111100101011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,225,218); }

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

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

 a { background-color: rgb(152,225,218); }

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

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

 span { border-color: rgb(152,225,218); }

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