#98D7CB

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

Shades of Riptide #98D7CB

Tints of Riptide #98D7CB

Color information

#98D7CB (or 0x98D7CB) is unknown color: approx Riptide. HEX triplet: 98, D7 and CB. RGB value is (152,215,203). Sum of RGB (Red+Green+Blue) = 152+215+203=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7CB is #672834. Grayscale: #C2C2C2. Windows color (decimal): -6760501 or 13359000. OLE color: 13359000.

HSL color Cylindrical-coordinate representation of color #98D7CB: hue angle of 168.57º 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 #98D7CB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB152215203-
CMYK0.2900.060.16
HSL168.57º44.06%71.96%-
HSV(B)168.57º29.3%84.31%-
XYZ48.0359.5965.47-
YUV194.8132.6397.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=26.67%
G=37.72%
B=35.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522152030.2900.060.16168.5744.0671.96
Hex98D7CB1D0610a92c48
Octal23032731335062025154110
Binary10011000110101111100101111101011010000101010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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