#82E9DE

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

Shades of Riptide #82E9DE

Tints of Riptide #82E9DE

Color information

#82E9DE (or 0x82E9DE) is unknown color: approx Riptide. HEX triplet: 82, E9 and DE. RGB value is (130,233,222). Sum of RGB (Red+Green+Blue) = 130+233+222=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E9DE is #7D1621. Grayscale: #C8C8C8. Windows color (decimal): -8197666 or 14608770. OLE color: 14608770.

HSL color Cylindrical-coordinate representation of color #82E9DE: hue angle of 173.59º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E9DE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB130233222-
CMYK0.4400.050.09
HSL173.59º70.07%71.18%-
HSV(B)173.59º44.21%91.37%-
XYZ51.5368.379.57-
YUV200.95139.8877.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=22.22%
G=39.83%
B=37.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302332220.4400.050.09173.5970.0771.18
Hex82E9DE2C059ae4647
Octal202351336540511256106107
Binary100000101110100111011110101100010110011010111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,222); }

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

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

 a { background-color: rgb(130,233,222); }

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

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

 span { border-color: rgb(130,233,222); }

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