#80E6DC

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

Shades of Riptide #80E6DC

Tints of Riptide #80E6DC

Color information

#80E6DC (or 0x80E6DC) is unknown color: approx Riptide. HEX triplet: 80, E6 and DC. RGB value is (128,230,220). Sum of RGB (Red+Green+Blue) = 128+230+220=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6DC is #7F1923. Grayscale: #C6C6C6. Windows color (decimal): -8329508 or 14476928. OLE color: 14476928.

HSL color Cylindrical-coordinate representation of color #80E6DC: hue angle of 174.12º 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 #80E6DC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB128230220-
CMYK0.4400.040.10
HSL174.12º67.11%70.2%-
HSV(B)174.12º44.35%90.2%-
XYZ50.1266.3577.88-
YUV198.36140.2177.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.15%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=22.15%
G=39.79%
B=38.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282302200.4400.040.10174.1267.1170.2
Hex80E6DC2C04Aae4346
Octal200346334540412256103106
Binary100000001110011011011100101100010010101010111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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