#98D7C4

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

Shades of Riptide #98D7C4

Tints of Riptide #98D7C4

Color information

#98D7C4 (or 0x98D7C4) is unknown color: approx Riptide. HEX triplet: 98, D7 and C4. RGB value is (152,215,196). Sum of RGB (Red+Green+Blue) = 152+215+196=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7C4 is #67283B. Grayscale: #C2C2C2. Windows color (decimal): -6760508 or 12900248. OLE color: 12900248.

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

Color convert

RGB152215196-
CMYK0.2900.090.16
HSL161.9º44.06%71.96%-
HSV(B)161.9º29.3%84.31%-
XYZ47.2159.2661.17-
YUV194129.1398.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=27.00%
G=38.19%
B=34.81%

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
Decimal1522151960.2900.090.16161.944.0671.96
Hex98D7C41D0910a22c48
Octal230327304350112024254110
Binary100110001101011111000100111010100110000101000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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