#82E0D9

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

Shades of Riptide #82E0D9

Tints of Riptide #82E0D9

Color information

#82E0D9 (or 0x82E0D9) is unknown color: approx Riptide. HEX triplet: 82, E0 and D9. RGB value is (130,224,217). Sum of RGB (Red+Green+Blue) = 130+224+217=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E0D9 is #7D1F26. Grayscale: #C3C3C3. Windows color (decimal): -8199975 or 14278786. OLE color: 14278786.

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

Color convert

RGB130224217-
CMYK0.4200.030.12
HSL175.53º60.26%69.41%-
HSV(B)175.53º41.96%87.84%-
XYZ48.3963.0775.27-
YUV195.1140.3681.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=22.77%
G=39.23%
B=38.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302242170.4200.030.12175.5360.2669.41
Hex82E0D92A03Cb03c45
Octal20234033152031426074105
Binary1000001011100000110110011010100111100101100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,217); }

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

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

 a { background-color: rgb(130,224,217); }

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

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

 span { border-color: rgb(130,224,217); }

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