#82BFA5

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

Shades of Sea Nymph #82BFA5

Tints of Sea Nymph #82BFA5

Color information

#82BFA5 (or 0x82BFA5) is unknown color: approx Sea Nymph. HEX triplet: 82, BF and A5. RGB value is (130,191,165). Sum of RGB (Red+Green+Blue) = 130+191+165=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #82BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BFA5 is #7D405A. Grayscale: #A9A9A9. Windows color (decimal): -8208475 or 10862466. OLE color: 10862466.

HSL color Cylindrical-coordinate representation of color #82BFA5: hue angle of 154.43º 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 #82BFA5 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB130191165-
CMYK0.3200.140.25
HSL154.43º32.28%62.94%-
HSV(B)154.43º31.94%74.9%-
XYZ34.6344.7242.4-
YUV169.8125.2999.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=26.75%
G=39.30%
B=33.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911650.3200.140.25154.4332.2862.94
Hex82BFA5200E199a203f
Octal20227724540016312324077
Binary100000101011111110100101100000011101100110011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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