#98DDCC

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

Shades of Riptide #98DDCC

Tints of Riptide #98DDCC

Color information

#98DDCC (or 0x98DDCC) is unknown color: approx Riptide. HEX triplet: 98, DD and CC. RGB value is (152,221,204). Sum of RGB (Red+Green+Blue) = 152+221+204=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDCC is #672233. Grayscale: #C6C6C6. Windows color (decimal): -6758964 or 13426072. OLE color: 13426072.

HSL color Cylindrical-coordinate representation of color #98DDCC: hue angle of 165.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDCC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB152221204-
CMYK0.3100.080.13
HSL165.22º50.36%73.14%-
HSV(B)165.22º31.22%86.67%-
XYZ49.762.7566.62-
YUV198.43131.1494.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=26.34%
G=38.30%
B=35.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522212040.3100.080.13165.2250.3673.14
Hex98DDCC1F08Da53249
Octal230335314370101524562111
Binary10011000110111011100110011111010001101101001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,204); }

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

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

 a { background-color: rgb(152,221,204); }

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

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

 span { border-color: rgb(152,221,204); }

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