#89DCBF

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

Shades of Riptide #89DCBF

Tints of Riptide #89DCBF

Color information

#89DCBF (or 0x89DCBF) is unknown color: approx Riptide. HEX triplet: 89, DC and BF. RGB value is (137,220,191). Sum of RGB (Red+Green+Blue) = 137+220+191=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBF is #762340. Grayscale: #BFBFBF. Windows color (decimal): -7742273 or 12573833. OLE color: 12573833.

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

Color convert

RGB137220191-
CMYK0.3800.130.14
HSL159.04º54.25%70%-
HSV(B)159.04º37.73%86.27%-
XYZ45.3160.2758.53-
YUV191.88127.588.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 191 (75% from 255) = 34.85%
R=25%
G=40.15%
B=34.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201910.3800.130.14159.0454.2570
Hex89DCBF260DE9f3646
Octal211334277460151623766106
Binary100010011101110010111111100110011011110100111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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