#98E1CB

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

Shades of Riptide #98E1CB

Tints of Riptide #98E1CB

Color information

#98E1CB (or 0x98E1CB) is unknown color: approx Riptide. HEX triplet: 98, E1 and CB. RGB value is (152,225,203). Sum of RGB (Red+Green+Blue) = 152+225+203=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1CB is #671E34. Grayscale: #C8C8C8. Windows color (decimal): -6757941 or 13361560. OLE color: 13361560.

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

Color convert

RGB152225203-
CMYK0.3200.100.12
HSL161.92º54.89%73.92%-
HSV(B)161.92º32.44%88.24%-
XYZ50.6564.8466.35-
YUV200.66129.3293.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 203 (79.69% from 255) = 35%
R=26.21%
G=38.79%
B=35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522252030.3200.100.12161.9254.8973.92
Hex98E1CB200ACa2374a
Octal230341313400121424267112
Binary100110001110000111001011100000010101100101000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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