#98D5CA

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

Shades of Riptide #98D5CA

Tints of Riptide #98D5CA

Color information

#98D5CA (or 0x98D5CA) is unknown color: approx Riptide. HEX triplet: 98, D5 and CA. RGB value is (152,213,202). Sum of RGB (Red+Green+Blue) = 152+213+202=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5CA is #672A35. Grayscale: #C1C1C1. Windows color (decimal): -6761014 or 13292952. OLE color: 13292952.

HSL color Cylindrical-coordinate representation of color #98D5CA: hue angle of 169.18º degrees, saturation: 0.42, 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 #98D5CA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB152213202-
CMYK0.2900.050.16
HSL169.18º42.07%71.57%-
HSV(B)169.18º28.64%83.53%-
XYZ47.458.5364.68-
YUV193.51132.7998.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=26.81%
G=37.57%
B=35.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522132020.2900.050.16169.1842.0771.57
Hex98D5CA1D0510a92a48
Octal23032531235052025152110
Binary10011000110101011100101011101010110000101010011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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