#98D7C3

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

Shades of Riptide #98D7C3

Tints of Riptide #98D7C3

Color information

#98D7C3 (or 0x98D7C3) is unknown color: approx Riptide. HEX triplet: 98, D7 and C3. RGB value is (152,215,195). Sum of RGB (Red+Green+Blue) = 152+215+195=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7C3 is #67283C. Grayscale: #C1C1C1. Windows color (decimal): -6760509 or 12834712. OLE color: 12834712.

HSL color Cylindrical-coordinate representation of color #98D7C3: hue angle of 160.95º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7C3 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB152215195-
CMYK0.2900.090.16
HSL160.95º44.06%71.96%-
HSV(B)160.95º29.3%84.31%-
XYZ47.159.2260.58-
YUV193.88128.6398.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=27.05%
G=38.26%
B=34.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522151950.2900.090.16160.9544.0671.96
Hex98D7C31D0910a12c48
Octal230327303350112024154110
Binary100110001101011111000011111010100110000101000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,215,195); }

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

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

 a { background-color: rgb(152,215,195); }

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

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

 span { border-color: rgb(152,215,195); }

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