#82EACC

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

Shades of Riptide #82EACC

Tints of Riptide #82EACC

Color information

#82EACC (or 0x82EACC) is unknown color: approx Riptide. HEX triplet: 82, EA and CC. RGB value is (130,234,204). Sum of RGB (Red+Green+Blue) = 130+234+204=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #82EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EACC is #7D1533. Grayscale: #C7C7C7. Windows color (decimal): -8197428 or 13429378. OLE color: 13429378.

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

Color convert

RGB130234204-
CMYK0.4400.130.08
HSL162.69º71.23%71.37%-
HSV(B)162.69º44.44%91.76%-
XYZ49.5367.9567.63-
YUV199.48130.5478.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.89%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=22.89%
G=41.20%
B=35.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302342040.4400.130.08162.6971.2371.37
Hex82EACC2C0D8a34747
Octal2023523145401510243107107
Binary1000001011101010110011001011000110110001010001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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