#89D0CF

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

Shades of Riptide #89D0CF

Tints of Riptide #89D0CF

Color information

#89D0CF (or 0x89D0CF) is unknown color: approx Riptide. HEX triplet: 89, D0 and CF. RGB value is (137,208,207). Sum of RGB (Red+Green+Blue) = 137+208+207=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0CF is #762F30. Grayscale: #BABABA. Windows color (decimal): -7745329 or 13619337. OLE color: 13619337.

HSL color Cylindrical-coordinate representation of color #89D0CF: hue angle of 179.15º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D0CF is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB137208207-
CMYK0.3400.000.18
HSL179.15º43.03%67.65%-
HSV(B)179.15º34.13%81.57%-
XYZ44.1354.9467.31-
YUV186.66139.4892.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.82%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=24.82%
G=37.68%
B=37.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372082070.3400.000.18179.1543.0367.65
Hex89D0CF220012b32b44
Octal21132031742002226353104
Binary1000100111010000110011111000100010010101100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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