#98DFCA

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

Shades of Riptide #98DFCA

Tints of Riptide #98DFCA

Color information

#98DFCA (or 0x98DFCA) is unknown color: approx Riptide. HEX triplet: 98, DF and CA. RGB value is (152,223,202). Sum of RGB (Red+Green+Blue) = 152+223+202=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCA is #672035. Grayscale: #C7C7C7. Windows color (decimal): -6758454 or 13295512. OLE color: 13295512.

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

Color convert

RGB152223202-
CMYK0.3200.090.13
HSL162.25º52.59%73.53%-
HSV(B)162.25º31.84%87.45%-
XYZ5063.7265.54-
YUV199.38129.4894.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=26.34%
G=38.65%
B=35.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522232020.3200.090.13162.2552.5973.53
Hex98DFCA2009Da2354a
Octal230337312400111524265112
Binary100110001101111111001010100000010011101101000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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