#82E9DD

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

Shades of Riptide #82E9DD

Tints of Riptide #82E9DD

Color information

#82E9DD (or 0x82E9DD) is unknown color: approx Riptide. HEX triplet: 82, E9 and DD. RGB value is (130,233,221). Sum of RGB (Red+Green+Blue) = 130+233+221=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E9DD is #7D1622. Grayscale: #C8C8C8. Windows color (decimal): -8197667 or 14543234. OLE color: 14543234.

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

Color convert

RGB130233221-
CMYK0.4400.050.09
HSL173.01º70.07%71.18%-
HSV(B)173.01º44.21%91.37%-
XYZ51.468.2478.87-
YUV200.83139.3877.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=22.26%
G=39.90%
B=37.84%

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
Decimal1302332210.4400.050.09173.0170.0771.18
Hex82E9DD2C059ad4647
Octal202351335540511255106107
Binary100000101110100111011101101100010110011010110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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