#98E1CE

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

Shades of Riptide #98E1CE

Tints of Riptide #98E1CE

Color information

#98E1CE (or 0x98E1CE) is unknown color: approx Riptide. HEX triplet: 98, E1 and CE. RGB value is (152,225,206). Sum of RGB (Red+Green+Blue) = 152+225+206=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1CE is #671E31. Grayscale: #C9C9C9. Windows color (decimal): -6757938 or 13558168. OLE color: 13558168.

HSL color Cylindrical-coordinate representation of color #98E1CE: hue angle of 164.38º 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 #98E1CE is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB152225206-
CMYK0.3200.080.12
HSL164.38º54.89%73.92%-
HSV(B)164.38º32.44%88.24%-
XYZ51.0164.9868.25-
YUV201.01130.8293.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=26.07%
G=38.59%
B=35.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522252060.3200.080.12164.3854.8973.92
Hex98E1CE2008Ca4374a
Octal230341316400101424467112
Binary100110001110000111001110100000010001100101001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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