#80E1CC

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

Shades of Riptide #80E1CC

Tints of Riptide #80E1CC

Color information

#80E1CC (or 0x80E1CC) is unknown color: approx Riptide. HEX triplet: 80, E1 and CC. RGB value is (128,225,204). Sum of RGB (Red+Green+Blue) = 128+225+204=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1CC is #7F1E33. Grayscale: #C1C1C1. Windows color (decimal): -8330804 or 13427072. OLE color: 13427072.

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

Color convert

RGB128225204-
CMYK0.4300.090.12
HSL167.01º61.78%69.22%-
HSV(B)167.01º43.11%88.24%-
XYZ46.7362.866.79-
YUV193.6133.8681.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=22.98%
G=40.39%
B=36.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282252040.4300.090.12167.0161.7869.22
Hex80E1CC2B09Ca73e45
Octal200341314530111424776105
Binary100000001110000111001100101011010011100101001111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,204); }

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

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

 a { background-color: rgb(128,225,204); }

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

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

 span { border-color: rgb(128,225,204); }

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