#82E9C1

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

Shades of Riptide #82E9C1

Tints of Riptide #82E9C1

Color information

#82E9C1 (or 0x82E9C1) is unknown color: approx Riptide. HEX triplet: 82, E9 and C1. RGB value is (130,233,193). Sum of RGB (Red+Green+Blue) = 130+233+193=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E9C1 is #7D163E. Grayscale: #C5C5C5. Windows color (decimal): -8197695 or 12708226. OLE color: 12708226.

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

Color convert

RGB130233193-
CMYK0.4400.170.09
HSL156.7º70.07%71.18%-
HSV(B)156.7º44.21%91.37%-
XYZ47.9766.8760.83-
YUV197.64125.3879.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.38%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=23.38%
G=41.91%
B=34.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302331930.4400.170.09156.770.0771.18
Hex82E9C12C01199d4647
Octal2023513015402111235106107
Binary10000010111010011100000110110001000110011001110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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