#82E6D0

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

Shades of Riptide #82E6D0

Tints of Riptide #82E6D0

Color information

#82E6D0 (or 0x82E6D0) is unknown color: approx Riptide. HEX triplet: 82, E6 and D0. RGB value is (130,230,208). Sum of RGB (Red+Green+Blue) = 130+230+208=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E6D0 is #7D192F. Grayscale: #C5C5C5. Windows color (decimal): -8198448 or 13690498. OLE color: 13690498.

HSL color Cylindrical-coordinate representation of color #82E6D0: hue angle of 166.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E6D0 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB130230208-
CMYK0.4300.100.10
HSL166.8º66.67%70.59%-
HSV(B)166.8º43.48%90.2%-
XYZ48.8965.8969.82-
YUV197.59133.8779.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.89%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=22.89%
G=40.49%
B=36.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1302302080.4300.100.10166.866.6770.59
Hex82E6D02B0AAa74347
Octal2023463205301212247103107
Binary1000001011100110110100001010110101010101010011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,230,208); }

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

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

 a { background-color: rgb(130,230,208); }

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

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

 span { border-color: rgb(130,230,208); }

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