#98DDCA

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

Shades of Riptide #98DDCA

Tints of Riptide #98DDCA

Color information

#98DDCA (or 0x98DDCA) is unknown color: approx Riptide. HEX triplet: 98, DD and CA. RGB value is (152,221,202). Sum of RGB (Red+Green+Blue) = 152+221+202=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDCA is #672235. Grayscale: #C6C6C6. Windows color (decimal): -6758966 or 13295000. OLE color: 13295000.

HSL color Cylindrical-coordinate representation of color #98DDCA: hue angle of 163.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDCA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB152221202-
CMYK0.3100.090.13
HSL163.48º50.36%73.14%-
HSV(B)163.48º31.22%86.67%-
XYZ49.4762.6565.36-
YUV198.2130.1495.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.43%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=26.43%
G=38.43%
B=35.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522212020.3100.090.13163.4850.3673.14
Hex98DDCA1F09Da33249
Octal230335312370111524362111
Binary10011000110111011100101011111010011101101000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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