#89DCD0

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

Shades of Riptide #89DCD0

Tints of Riptide #89DCD0

Color information

#89DCD0 (or 0x89DCD0) is unknown color: approx Riptide. HEX triplet: 89, DC and D0. RGB value is (137,220,208). Sum of RGB (Red+Green+Blue) = 137+220+208=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCD0 is #76232F. Grayscale: #C1C1C1. Windows color (decimal): -7742256 or 13687945. OLE color: 13687945.

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

Color convert

RGB137220208-
CMYK0.3800.050.14
HSL171.33º54.25%70%-
HSV(B)171.33º37.73%86.27%-
XYZ47.2961.0668.97-
YUV193.8113687.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.25%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=24.25%
G=38.94%
B=36.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372202080.3800.050.14171.3354.2570
Hex89DCD02605Eab3646
Octal21133432046051625366106
Binary10001001110111001101000010011001011110101010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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