#80E7BF

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

Shades of Riptide #80E7BF

Tints of Riptide #80E7BF

Color information

#80E7BF (or 0x80E7BF) is unknown color: approx Riptide. HEX triplet: 80, E7 and BF. RGB value is (128,231,191). Sum of RGB (Red+Green+Blue) = 128+231+191=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E7BF is #7F1840. Grayscale: #C3C3C3. Windows color (decimal): -8329281 or 12576640. OLE color: 12576640.

HSL color Cylindrical-coordinate representation of color #80E7BF: hue angle of 156.7º 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 #80E7BF is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB128231191-
CMYK0.4500.170.09
HSL156.7º68.21%70.39%-
HSV(B)156.7º44.59%90.59%-
XYZ46.8865.559.46-
YUV195.64125.3879.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 191 (75% from 255) = 34.73%
R=23.27%
G=42%
B=34.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311910.4500.170.09156.768.2170.39
Hex80E7BF2D01199d4446
Octal2003472775502111235104106
Binary10000000111001111011111110110101000110011001110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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