#89DDCC

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

Shades of Riptide #89DDCC

Tints of Riptide #89DDCC

Color information

#89DDCC (or 0x89DDCC) is unknown color: approx Riptide. HEX triplet: 89, DD and CC. RGB value is (137,221,204). Sum of RGB (Red+Green+Blue) = 137+221+204=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDCC is #762233. Grayscale: #C1C1C1. Windows color (decimal): -7742004 or 13426057. OLE color: 13426057.

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

Color convert

RGB137221204-
CMYK0.3800.080.13
HSL167.86º55.26%70.2%-
HSV(B)167.86º38.01%86.67%-
XYZ47.0761.3966.5-
YUV193.95133.6787.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.38%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=24.38%
G=39.32%
B=36.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372212040.3800.080.13167.8655.2670.2
Hex89DDCC2608Da83746
Octal211335314460101525067106
Binary100010011101110111001100100110010001101101010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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