#98E2CF

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

Shades of Riptide #98E2CF

Tints of Riptide #98E2CF

Color information

#98E2CF (or 0x98E2CF) is unknown color: approx Riptide. HEX triplet: 98, E2 and CF. RGB value is (152,226,207). Sum of RGB (Red+Green+Blue) = 152+226+207=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #98E2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E2CF is #671D30. Grayscale: #C9C9C9. Windows color (decimal): -6757681 or 13623960. OLE color: 13623960.

HSL color Cylindrical-coordinate representation of color #98E2CF: hue angle of 164.59º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E2CF is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB152226207-
CMYK0.3300.080.11
HSL164.59º56.06%74.12%-
HSV(B)164.59º32.74%88.63%-
XYZ51.4165.5768.98-
YUV201.71130.9892.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.98%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=25.98%
G=38.63%
B=35.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522262070.3300.080.11164.5956.0674.12
Hex98E2CF2108Ba5384a
Octal230342317410101324570112
Binary100110001110001011001111100001010001011101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,226,207); }

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

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

 a { background-color: rgb(152,226,207); }

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

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

 span { border-color: rgb(152,226,207); }

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