#98D4CE

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

Shades of Sinbad #98D4CE

Tints of Sinbad #98D4CE

Color information

#98D4CE (or 0x98D4CE) is unknown color: approx Sinbad. HEX triplet: 98, D4 and CE. RGB value is (152,212,206). Sum of RGB (Red+Green+Blue) = 152+212+206=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D4CE is #672B31. Grayscale: #C1C1C1. Windows color (decimal): -6761266 or 13554840. OLE color: 13554840.

HSL color Cylindrical-coordinate representation of color #98D4CE: hue angle of 174º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4CE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB152212206-
CMYK0.2800.030.17
HSL174º41.1%71.37%-
HSV(B)174º28.3%83.14%-
XYZ47.6358.2267.12-
YUV193.38135.1298.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=26.67%
G=37.19%
B=36.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522122060.2800.030.1717441.171.37
Hex98D4CE1C0311ae2947
Octal23032431634032125651107
Binary1001100011010100110011101110001110001101011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,206); }

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

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

 a { background-color: rgb(152,212,206); }

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

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

 span { border-color: rgb(152,212,206); }

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