#89DEC0

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

Shades of Riptide #89DEC0

Tints of Riptide #89DEC0

Color information

#89DEC0 (or 0x89DEC0) is unknown color: approx Riptide. HEX triplet: 89, DE and C0. RGB value is (137,222,192). Sum of RGB (Red+Green+Blue) = 137+222+192=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEC0 is #76213F. Grayscale: #C1C1C1. Windows color (decimal): -7741760 or 12639881. OLE color: 12639881.

HSL color Cylindrical-coordinate representation of color #89DEC0: hue angle of 158.82º degrees, saturation: 0.56, 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 #89DEC0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB137222192-
CMYK0.3800.140.13
HSL158.82º56.29%70.39%-
HSV(B)158.82º38.29%87.06%-
XYZ45.9561.3759.29-
YUV193.16127.3487.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=24.86%
G=40.29%
B=34.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372221920.3800.140.13158.8256.2970.39
Hex89DEC0260ED9f3846
Octal211336300460161523770106
Binary100010011101111011000000100110011101101100111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,222,192); }

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

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

 a { background-color: rgb(137,222,192); }

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

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

 span { border-color: rgb(137,222,192); }

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