#80E6C2

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

Shades of Riptide #80E6C2

Tints of Riptide #80E6C2

Color information

#80E6C2 (or 0x80E6C2) is unknown color: approx Riptide. HEX triplet: 80, E6 and C2. RGB value is (128,230,194). Sum of RGB (Red+Green+Blue) = 128+230+194=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6C2 is #7F193D. Grayscale: #C3C3C3. Windows color (decimal): -8329534 or 12772992. OLE color: 12772992.

HSL color Cylindrical-coordinate representation of color #80E6C2: hue angle of 158.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6C2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB128230194-
CMYK0.4400.160.10
HSL158.82º67.11%70.2%-
HSV(B)158.82º44.35%90.2%-
XYZ46.9465.0861.13-
YUV195.4127.2179.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.19%
GREEN value IS 230 (90.23% from 255) = 41.67%
BLUE value IS 194 (76.17% from 255) = 35.14%
R=23.19%
G=41.67%
B=35.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301940.4400.160.10158.8267.1170.2
Hex80E6C22C010A9f4346
Octal2003463025402012237103106
Binary10000000111001101100001010110001000010101001111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,230,194); }

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

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

 a { background-color: rgb(128,230,194); }

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

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

 span { border-color: rgb(128,230,194); }

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