#98DDC5

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

Shades of Riptide #98DDC5

Tints of Riptide #98DDC5

Color information

#98DDC5 (or 0x98DDC5) is unknown color: approx Riptide. HEX triplet: 98, DD and C5. RGB value is (152,221,197). Sum of RGB (Red+Green+Blue) = 152+221+197=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDC5 is #67223A. Grayscale: #C5C5C5. Windows color (decimal): -6758971 or 12967320. OLE color: 12967320.

HSL color Cylindrical-coordinate representation of color #98DDC5: hue angle of 159.13º 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 #98DDC5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB152221197-
CMYK0.3100.110.13
HSL159.13º50.36%73.14%-
HSV(B)159.13º31.22%86.67%-
XYZ48.8862.4262.3-
YUV197.63127.6495.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=26.67%
G=38.77%
B=34.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211970.3100.110.13159.1350.3673.14
Hex98DDC51F0BD9f3249
Octal230335305370131523762111
Binary10011000110111011100010111111010111101100111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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