#82E3DD

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

Shades of Riptide #82E3DD

Tints of Riptide #82E3DD

Color information

#82E3DD (or 0x82E3DD) is unknown color: approx Riptide. HEX triplet: 82, E3 and DD. RGB value is (130,227,221). Sum of RGB (Red+Green+Blue) = 130+227+221=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E3DD is #7D1C22. Grayscale: #C5C5C5. Windows color (decimal): -8199203 or 14541698. OLE color: 14541698.

HSL color Cylindrical-coordinate representation of color #82E3DD: hue angle of 176.29º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E3DD is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB130227221-
CMYK0.4300.030.11
HSL176.29º63.4%70%-
HSV(B)176.29º42.73%89.02%-
XYZ49.7364.978.31-
YUV197.31141.3679.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 227 (89.06% from 255) = 39.27%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=22.49%
G=39.27%
B=38.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302272210.4300.030.11176.2963.470
Hex82E3DD2B03Bb03f46
Octal20234333553031326077106
Binary1000001011100011110111011010110111011101100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,221); }

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

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

 a { background-color: rgb(130,227,221); }

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

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

 span { border-color: rgb(130,227,221); }

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