#89DCC1

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

Shades of Riptide #89DCC1

Tints of Riptide #89DCC1

Color information

#89DCC1 (or 0x89DCC1) is unknown color: approx Riptide. HEX triplet: 89, DC and C1. RGB value is (137,220,193). Sum of RGB (Red+Green+Blue) = 137+220+193=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCC1 is #76233E. Grayscale: #C0C0C0. Windows color (decimal): -7742271 or 12704905. OLE color: 12704905.

HSL color Cylindrical-coordinate representation of color #89DCC1: hue angle of 160.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCC1 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB137220193-
CMYK0.3800.120.14
HSL160.48º54.25%70%-
HSV(B)160.48º37.73%86.27%-
XYZ45.5460.3659.7-
YUV192.1128.588.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.91%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=24.91%
G=40%
B=35.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201930.3800.120.14160.4854.2570
Hex89DCC1260CEa03646
Octal211334301460141624066106
Binary100010011101110011000001100110011001110101000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,220,193); }

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

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

 a { background-color: rgb(137,220,193); }

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

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

 span { border-color: rgb(137,220,193); }

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