#98D7CA

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

Shades of Riptide #98D7CA

Tints of Riptide #98D7CA

Color information

#98D7CA (or 0x98D7CA) is unknown color: approx Riptide. HEX triplet: 98, D7 and CA. RGB value is (152,215,202). Sum of RGB (Red+Green+Blue) = 152+215+202=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7CA is #672835. Grayscale: #C2C2C2. Windows color (decimal): -6760502 or 13293464. OLE color: 13293464.

HSL color Cylindrical-coordinate representation of color #98D7CA: hue angle of 167.62º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7CA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB152215202-
CMYK0.2900.060.16
HSL167.62º44.06%71.96%-
HSV(B)167.62º29.3%84.31%-
XYZ47.9159.5464.84-
YUV194.68132.1397.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=26.71%
G=37.79%
B=35.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522152020.2900.060.16167.6244.0671.96
Hex98D7CA1D0610a82c48
Octal23032731235062025054110
Binary10011000110101111100101011101011010000101010001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,215,202); }

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

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

 a { background-color: rgb(152,215,202); }

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

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

 span { border-color: rgb(152,215,202); }

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