#80ECBD

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

Shades of Riptide #80ECBD

Tints of Riptide #80ECBD

Color information

#80ECBD (or 0x80ECBD) is unknown color: approx Riptide. HEX triplet: 80, EC and BD. RGB value is (128,236,189). Sum of RGB (Red+Green+Blue) = 128+236+189=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECBD is #7F1342. Grayscale: #C6C6C6. Windows color (decimal): -8328003 or 12446848. OLE color: 12446848.

HSL color Cylindrical-coordinate representation of color #80ECBD: hue angle of 153.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECBD is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB128236189-
CMYK0.4600.200.07
HSL153.89º73.97%71.37%-
HSV(B)153.89º45.76%92.55%-
XYZ48.0868.2558.78-
YUV198.35122.7277.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=23.15%
G=42.68%
B=34.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282361890.4600.200.07153.8973.9771.37
Hex80ECBD2E01479a4a47
Octal200354275560247232112107
Binary1000000011101100101111011011100101001111001101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80ECBD; }

 p { color: rgb(128,236,189); }

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

<style>
 a { background-color: #80ECBD; }

 a { background-color: rgb(128,236,189); }

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

<style>
 span { border-color: #80ECBD; }

 span { border-color: rgb(128,236,189); }

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