#82EAC9

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

Shades of Riptide #82EAC9

Tints of Riptide #82EAC9

Color information

#82EAC9 (or 0x82EAC9) is unknown color: approx Riptide. HEX triplet: 82, EA and C9. RGB value is (130,234,201). Sum of RGB (Red+Green+Blue) = 130+234+201=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EAC9 is #7D1536. Grayscale: #C7C7C7. Windows color (decimal): -8197431 or 13232770. OLE color: 13232770.

HSL color Cylindrical-coordinate representation of color #82EAC9: hue angle of 160.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EAC9 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB130234201-
CMYK0.4400.140.08
HSL160.96º71.23%71.37%-
HSV(B)160.96º44.44%91.76%-
XYZ49.1767.8165.76-
YUV199.14129.0478.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.01%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=23.01%
G=41.42%
B=35.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302342010.4400.140.08160.9671.2371.37
Hex82EAC92C0E8a14747
Octal2023523115401610241107107
Binary1000001011101010110010011011000111010001010000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,201); }

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

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

 a { background-color: rgb(130,234,201); }

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

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

 span { border-color: rgb(130,234,201); }

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