#98DACB

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

Shades of Riptide #98DACB

Tints of Riptide #98DACB

Color information

#98DACB (or 0x98DACB) is unknown color: approx Riptide. HEX triplet: 98, DA and CB. RGB value is (152,218,203). Sum of RGB (Red+Green+Blue) = 152+218+203=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #98DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DACB is #672534. Grayscale: #C4C4C4. Windows color (decimal): -6759733 or 13359768. OLE color: 13359768.

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

Color convert

RGB152218203-
CMYK0.3000.070.15
HSL166.36º47.14%72.55%-
HSV(B)166.36º30.28%85.49%-
XYZ48.861.1365.73-
YUV196.56131.6396.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=26.53%
G=38.05%
B=35.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522182030.3000.070.15166.3647.1472.55
Hex98DACB1E07Fa62f49
Octal23033231336071724657111
Binary1001100011011010110010111111001111111101001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,203); }

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

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

 a { background-color: rgb(152,218,203); }

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

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

 span { border-color: rgb(152,218,203); }

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