#80E0BF

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

Shades of Riptide #80E0BF

Tints of Riptide #80E0BF

Color information

#80E0BF (or 0x80E0BF) is unknown color: approx Riptide. HEX triplet: 80, E0 and BF. RGB value is (128,224,191). Sum of RGB (Red+Green+Blue) = 128+224+191=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0BF is #7F1F40. Grayscale: #BFBFBF. Windows color (decimal): -8331073 or 12574848. OLE color: 12574848.

HSL color Cylindrical-coordinate representation of color #80E0BF: hue angle of 159.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E0BF is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB128224191-
CMYK0.4300.150.12
HSL159.38º60.76%69.02%-
HSV(B)159.38º42.86%87.84%-
XYZ44.9661.6658.82-
YUV191.53127.782.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 191 (75% from 255) = 35.17%
R=23.57%
G=41.25%
B=35.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282241910.4300.150.12159.3860.7669.02
Hex80E0BF2B0FC9f3d45
Octal200340277530171423775105
Binary100000001110000010111111101011011111100100111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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