#98D8CA

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

Shades of Riptide #98D8CA

Tints of Riptide #98D8CA

Color information

#98D8CA (or 0x98D8CA) is unknown color: approx Riptide. HEX triplet: 98, D8 and CA. RGB value is (152,216,202). Sum of RGB (Red+Green+Blue) = 152+216+202=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8CA is #672735. Grayscale: #C3C3C3. Windows color (decimal): -6760246 or 13293720. OLE color: 13293720.

HSL color Cylindrical-coordinate representation of color #98D8CA: hue angle of 166.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8CA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB152216202-
CMYK0.3000.060.15
HSL166.88º45.07%72.16%-
HSV(B)166.88º29.63%84.71%-
XYZ48.1760.0564.93-
YUV195.27131.897.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=26.67%
G=37.89%
B=35.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522162020.3000.060.15166.8845.0772.16
Hex98D8CA1E06Fa72d48
Octal23033031236061724755110
Binary1001100011011000110010101111001101111101001111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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