#98DFCB

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

Shades of Riptide #98DFCB

Tints of Riptide #98DFCB

Color information

#98DFCB (or 0x98DFCB) is unknown color: approx Riptide. HEX triplet: 98, DF and CB. RGB value is (152,223,203). Sum of RGB (Red+Green+Blue) = 152+223+203=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCB is #672034. Grayscale: #C7C7C7. Windows color (decimal): -6758453 or 13361048. OLE color: 13361048.

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

Color convert

RGB152223203-
CMYK0.3200.090.13
HSL163.1º52.59%73.53%-
HSV(B)163.1º31.84%87.45%-
XYZ50.1263.7666.17-
YUV199.49129.9894.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=26.30%
G=38.58%
B=35.12%

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
Decimal1522232030.3200.090.13163.152.5973.53
Hex98DFCB2009Da3354a
Octal230337313400111524365112
Binary100110001101111111001011100000010011101101000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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