#98E7DE

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

Shades of Sinbad #98E7DE

Tints of Sinbad #98E7DE

Color information

#98E7DE (or 0x98E7DE) is unknown color: approx Sinbad. HEX triplet: 98, E7 and DE. RGB value is (152,231,222). Sum of RGB (Red+Green+Blue) = 152+231+222=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E7DE is #671821. Grayscale: #CECECE. Windows color (decimal): -6756386 or 14608280. OLE color: 14608280.

HSL color Cylindrical-coordinate representation of color #98E7DE: hue angle of 173.16º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7DE is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB152231222-
CMYK0.3400.040.09
HSL173.16º62.2%75.1%-
HSV(B)173.16º34.2%90.59%-
XYZ54.7169.179.56-
YUV206.35136.8389.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.12%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=25.12%
G=38.18%
B=36.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522312220.3400.040.09173.1662.275.1
Hex98E7DE22049ad3e4b
Octal23034733642041125576113
Binary10011000111001111101111010001001001001101011011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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