#82E1BE

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

Shades of Riptide #82E1BE

Tints of Riptide #82E1BE

Color information

#82E1BE (or 0x82E1BE) is unknown color: approx Riptide. HEX triplet: 82, E1 and BE. RGB value is (130,225,190). Sum of RGB (Red+Green+Blue) = 130+225+190=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E1BE is #7D1E41. Grayscale: #C0C0C0. Windows color (decimal): -8199746 or 12509570. OLE color: 12509570.

HSL color Cylindrical-coordinate representation of color #82E1BE: hue angle of 157.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1BE is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB130225190-
CMYK0.4200.160.12
HSL157.89º61.29%69.61%-
HSV(B)157.89º42.22%88.24%-
XYZ45.4362.3158.35-
YUV192.6126.5383.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.85%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=23.85%
G=41.28%
B=34.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251900.4200.160.12157.8961.2969.61
Hex82E1BE2A010C9e3d46
Octal202341276520201423675106
Binary1000001011100001101111101010100100001100100111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82E1BE; }

 p { color: rgb(130,225,190); }

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

<style>
 a { background-color: #82E1BE; }

 a { background-color: rgb(130,225,190); }

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

<style>
 span { border-color: #82E1BE; }

 span { border-color: rgb(130,225,190); }

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