#80E7C1

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

Shades of Riptide #80E7C1

Tints of Riptide #80E7C1

Color information

#80E7C1 (or 0x80E7C1) is unknown color: approx Riptide. HEX triplet: 80, E7 and C1. RGB value is (128,231,193). Sum of RGB (Red+Green+Blue) = 128+231+193=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E7C1 is #7F183E. Grayscale: #C3C3C3. Windows color (decimal): -8329279 or 12707712. OLE color: 12707712.

HSL color Cylindrical-coordinate representation of color #80E7C1: hue angle of 157.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7C1 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB128231193-
CMYK0.4500.160.09
HSL157.86º68.21%70.39%-
HSV(B)157.86º44.59%90.59%-
XYZ47.165.5960.63-
YUV195.87126.3879.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.19%
GREEN value IS 231 (90.62% from 255) = 41.85%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=23.19%
G=41.85%
B=34.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311930.4500.160.09157.8668.2170.39
Hex80E7C12D01099e4446
Octal2003473015502011236104106
Binary10000000111001111100000110110101000010011001111010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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