#98D1C9

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

Shades of Sinbad #98D1C9

Tints of Sinbad #98D1C9

Color information

#98D1C9 (or 0x98D1C9) is unknown color: approx Sinbad. HEX triplet: 98, D1 and C9. RGB value is (152,209,201). Sum of RGB (Red+Green+Blue) = 152+209+201=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1C9 is #672E36. Grayscale: #BFBFBF. Windows color (decimal): -6762039 or 13226392. OLE color: 13226392.

HSL color Cylindrical-coordinate representation of color #98D1C9: hue angle of 171.58º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D1C9 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB152209201-
CMYK0.2700.040.18
HSL171.58º38.26%70.78%-
HSV(B)171.58º27.27%81.96%-
XYZ46.2956.4963.72-
YUV191.04133.62100.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 209 (82.03% from 255) = 37.19%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=27.05%
G=37.19%
B=35.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522092010.2700.040.18171.5838.2670.78
Hex98D1C91B0412ac2647
Octal23032131133042225446107
Binary10011000110100011100100111011010010010101011001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,201); }

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

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

 a { background-color: rgb(152,209,201); }

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

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

 span { border-color: rgb(152,209,201); }

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