#89CDCC

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

Shades of Riptide #89CDCC

Tints of Riptide #89CDCC

Color information

#89CDCC (or 0x89CDCC) is unknown color: approx Riptide. HEX triplet: 89, CD and CC. RGB value is (137,205,204). Sum of RGB (Red+Green+Blue) = 137+205+204=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDCC is #763233. Grayscale: #B8B8B8. Windows color (decimal): -7746100 or 13421961. OLE color: 13421961.

HSL color Cylindrical-coordinate representation of color #89CDCC: hue angle of 179.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDCC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB137205204-
CMYK0.3300.000.20
HSL179.12º40.48%67.06%-
HSV(B)179.12º33.17%80.39%-
XYZ43.0553.3465.15-
YUV184.55138.9794.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=25.09%
G=37.55%
B=37.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372052040.3300.000.20179.1240.4867.06
Hex89CDCC210014b32843
Octal21131531441002426350103
Binary1000100111001101110011001000010010100101100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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