#80EAC4

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

Shades of Riptide #80EAC4

Tints of Riptide #80EAC4

Color information

#80EAC4 (or 0x80EAC4) is unknown color: approx Riptide. HEX triplet: 80, EA and C4. RGB value is (128,234,196). Sum of RGB (Red+Green+Blue) = 128+234+196=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAC4 is #7F153B. Grayscale: #C6C6C6. Windows color (decimal): -8328508 or 12905088. OLE color: 12905088.

HSL color Cylindrical-coordinate representation of color #80EAC4: hue angle of 158.49º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EAC4 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB128234196-
CMYK0.4500.160.08
HSL158.49º71.62%70.98%-
HSV(B)158.49º45.3%91.76%-
XYZ48.2967.4262.69-
YUV197.97126.8878.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.94%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=22.94%
G=41.94%
B=35.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282341960.4500.160.08158.4971.6270.98
Hex80EAC42D01089e4847
Octal2003523045502010236110107
Binary10000000111010101100010010110101000010001001111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,234,196); }

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

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

 a { background-color: rgb(128,234,196); }

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

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

 span { border-color: rgb(128,234,196); }

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