#82BEA5

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

Shades of Sea Nymph #82BEA5

Tints of Sea Nymph #82BEA5

Color information

#82BEA5 (or 0x82BEA5) is unknown color: approx Sea Nymph. HEX triplet: 82, BE and A5. RGB value is (130,190,165). Sum of RGB (Red+Green+Blue) = 130+190+165=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA5 is #7D415A. Grayscale: #A9A9A9. Windows color (decimal): -8208731 or 10862210. OLE color: 10862210.

HSL color Cylindrical-coordinate representation of color #82BEA5: hue angle of 155º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEA5 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB130190165-
CMYK0.3200.130.25
HSL155º31.58%62.75%-
HSV(B)155º31.58%74.51%-
XYZ34.4144.2942.33-
YUV169.21125.62100.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=26.80%
G=39.18%
B=34.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301901650.3200.130.2515531.5862.75
Hex82BEA5200D199b203f
Octal20227624540015312334077
Binary100000101011111010100101100000011011100110011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,190,165); }

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

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

 a { background-color: rgb(130,190,165); }

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

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

 span { border-color: rgb(130,190,165); }

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