#82EAD1

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

Shades of Riptide #82EAD1

Tints of Riptide #82EAD1

Color information

#82EAD1 (or 0x82EAD1) is unknown color: approx Riptide. HEX triplet: 82, EA and D1. RGB value is (130,234,209). Sum of RGB (Red+Green+Blue) = 130+234+209=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EAD1 is #7D152E. Grayscale: #C8C8C8. Windows color (decimal): -8197423 or 13757058. OLE color: 13757058.

HSL color Cylindrical-coordinate representation of color #82EAD1: hue angle of 165.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EAD1 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB130234209-
CMYK0.4400.110.08
HSL165.58º71.23%71.37%-
HSV(B)165.58º44.44%91.76%-
XYZ50.1468.1970.84-
YUV200.05133.0478.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.69%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=22.69%
G=40.84%
B=36.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302342090.4400.110.08165.5871.2371.37
Hex82EAD12C0B8a64747
Octal2023523215401310246107107
Binary1000001011101010110100011011000101110001010011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,209); }

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

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

 a { background-color: rgb(130,234,209); }

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

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

 span { border-color: rgb(130,234,209); }

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