#89DCCC

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

Shades of Riptide #89DCCC

Tints of Riptide #89DCCC

Color information

#89DCCC (or 0x89DCCC) is unknown color: approx Riptide. HEX triplet: 89, DC and CC. RGB value is (137,220,204). Sum of RGB (Red+Green+Blue) = 137+220+204=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCCC is #762333. Grayscale: #C1C1C1. Windows color (decimal): -7742260 or 13425801. OLE color: 13425801.

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

Color convert

RGB137220204-
CMYK0.3800.070.14
HSL168.43º54.25%70%-
HSV(B)168.43º37.73%86.27%-
XYZ46.8160.8666.41-
YUV193.3613487.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=24.42%
G=39.22%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372202040.3800.070.14168.4354.2570
Hex89DCCC2607Ea83646
Octal21133431446071625066106
Binary10001001110111001100110010011001111110101010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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