#82E0D5

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

Shades of Riptide #82E0D5

Tints of Riptide #82E0D5

Color information

#82E0D5 (or 0x82E0D5) is unknown color: approx Riptide. HEX triplet: 82, E0 and D5. RGB value is (130,224,213). Sum of RGB (Red+Green+Blue) = 130+224+213=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E0D5 is #7D1F2A. Grayscale: #C2C2C2. Windows color (decimal): -8199979 or 14016642. OLE color: 14016642.

HSL color Cylindrical-coordinate representation of color #82E0D5: hue angle of 172.98º 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 #82E0D5 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB130224213-
CMYK0.4200.050.12
HSL172.98º60.26%69.41%-
HSV(B)172.98º41.96%87.84%-
XYZ47.8762.8672.56-
YUV194.64138.3681.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=22.93%
G=39.51%
B=37.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302242130.4200.050.12172.9860.2669.41
Hex82E0D52A05Cad3c45
Octal20234032552051425574105
Binary10000010111000001101010110101001011100101011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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