#80e2c8

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

Shades of Riptide #80E2C8

Tints of Riptide #80E2C8

Color information

#80E2C8 (or 0x80E2C8) is unknown color: approx Riptide. HEX triplet: 80, E2 and C8. RGB value is (128,226,200). Sum of RGB (Red+Green+Blue) = 128+226+200=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2C8 is #7F1D37. Grayscale: #C1C1C1. Windows color (decimal): -8330552 or 13165184. OLE color: 13165184.

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

Color convert

RGB128226200-
CMYK0.4300.120.11
HSL164.08º62.82%69.41%-
HSV(B)164.08º43.36%88.63%-
XYZ46.5263.1564.38-
YUV193.73131.5381.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 226 (88.67% from 255) = 40.79%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=23.10%
G=40.79%
B=36.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282262000.4300.120.11164.0862.8269.41
Hex80E2C82B0CBa43f45
Octal200342310530141324477105
Binary100000001110001011001000101011011001011101001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80e2c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,226,200); }

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

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

 a { background-color: rgb(128,226,200); }

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

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

 span { border-color: rgb(128,226,200); }

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