#80ECC1

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

Shades of Riptide #80ECC1

Tints of Riptide #80ECC1

Color information

#80ECC1 (or 0x80ECC1) is unknown color: approx Riptide. HEX triplet: 80, EC and C1. RGB value is (128,236,193). Sum of RGB (Red+Green+Blue) = 128+236+193=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECC1 is #7F133E. Grayscale: #C6C6C6. Windows color (decimal): -8327999 or 12708992. OLE color: 12708992.

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

Color convert

RGB128236193-
CMYK0.4600.180.07
HSL156.11º73.97%71.37%-
HSV(B)156.11º45.76%92.55%-
XYZ48.5268.4361.1-
YUV198.81124.7277.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 236 (92.58% from 255) = 42.37%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=22.98%
G=42.37%
B=34.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282361930.4600.180.07156.1173.9771.37
Hex80ECC12E01279c4a47
Octal200354301560227234112107
Binary1000000011101100110000011011100100101111001110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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