#80E6CD

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

Shades of Riptide #80E6CD

Tints of Riptide #80E6CD

Color information

#80E6CD (or 0x80E6CD) is unknown color: approx Riptide. HEX triplet: 80, E6 and CD. RGB value is (128,230,205). Sum of RGB (Red+Green+Blue) = 128+230+205=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6CD is #7F1932. Grayscale: #C4C4C4. Windows color (decimal): -8329523 or 13493888. OLE color: 13493888.

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

Color convert

RGB128230205-
CMYK0.4400.110.10
HSL165.29º67.11%70.2%-
HSV(B)165.29º44.35%90.2%-
XYZ48.2265.5967.88-
YUV196.65132.7179.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=22.74%
G=40.85%
B=36.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282302050.4400.110.10165.2967.1170.2
Hex80E6CD2C0BAa54346
Octal2003463155401312245103106
Binary1000000011100110110011011011000101110101010010110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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