#80E1D2

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

Shades of Riptide #80E1D2

Tints of Riptide #80E1D2

Color information

#80E1D2 (or 0x80E1D2) is unknown color: approx Riptide. HEX triplet: 80, E1 and D2. RGB value is (128,225,210). Sum of RGB (Red+Green+Blue) = 128+225+210=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1D2 is #7F1E2D. Grayscale: #C2C2C2. Windows color (decimal): -8330798 or 13820288. OLE color: 13820288.

HSL color Cylindrical-coordinate representation of color #80E1D2: hue angle of 170.72º 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 #80E1D2 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB128225210-
CMYK0.4300.070.12
HSL170.72º61.78%69.22%-
HSV(B)170.72º43.11%88.24%-
XYZ47.4663.0970.65-
YUV194.29136.8680.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=22.74%
G=39.96%
B=37.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282252100.4300.070.12170.7261.7869.22
Hex80E1D22B07Cab3e45
Octal20034132253071425376105
Binary10000000111000011101001010101101111100101010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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