#98DCC5

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

Shades of Riptide #98DCC5

Tints of Riptide #98DCC5

Color information

#98DCC5 (or 0x98DCC5) is unknown color: approx Riptide. HEX triplet: 98, DC and C5. RGB value is (152,220,197). Sum of RGB (Red+Green+Blue) = 152+220+197=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC5 is #67233A. Grayscale: #C5C5C5. Windows color (decimal): -6759227 or 12967064. OLE color: 12967064.

HSL color Cylindrical-coordinate representation of color #98DCC5: hue angle of 159.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCC5 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB152220197-
CMYK0.3100.100.14
HSL159.71º49.28%72.94%-
HSV(B)159.71º30.91%86.27%-
XYZ48.6261.8962.21-
YUV197.05127.9795.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=26.71%
G=38.66%
B=34.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201970.3100.100.14159.7149.2872.94
Hex98DCC51F0AEa03149
Octal230334305370121624061111
Binary10011000110111001100010111111010101110101000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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