#80ECBA

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

Shades of Riptide #80ECBA

Tints of Riptide #80ECBA

Color information

#80ECBA (or 0x80ECBA) is unknown color: approx Riptide. HEX triplet: 80, EC and BA. RGB value is (128,236,186). Sum of RGB (Red+Green+Blue) = 128+236+186=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECBA is #7F1345. Grayscale: #C6C6C6. Windows color (decimal): -8328006 or 12250240. OLE color: 12250240.

HSL color Cylindrical-coordinate representation of color #80ECBA: hue angle of 152.22º 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 #80ECBA is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB128236186-
CMYK0.4600.210.07
HSL152.22º73.97%71.37%-
HSV(B)152.22º45.76%92.55%-
XYZ47.7668.1357.09-
YUV198.01121.2278.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=23.27%
G=42.91%
B=33.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282361860.4600.210.07152.2273.9771.37
Hex80ECBA2E0157984a47
Octal200354272560257230112107
Binary1000000011101100101110101011100101011111001100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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