#82B9AA

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

Shades of Sea Nymph #82B9AA

Tints of Sea Nymph #82B9AA

Color information

#82B9AA (or 0x82B9AA) is unknown color: approx Sea Nymph. HEX triplet: 82, B9 and AA. RGB value is (130,185,170). Sum of RGB (Red+Green+Blue) = 130+185+170=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #82B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B9AA is #7D4655. Grayscale: #A6A6A6. Windows color (decimal): -8210006 or 11188610. OLE color: 11188610.

HSL color Cylindrical-coordinate representation of color #82B9AA: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B9AA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB130185170-
CMYK0.3000.080.27
HSL163.64º28.21%61.76%-
HSV(B)163.64º29.73%72.55%-
XYZ33.8142.3544.42-
YUV166.84129.78101.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=26.80%
G=38.14%
B=35.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851700.3000.080.27163.6428.2161.76
Hex82B9AA1E081Ba41c3e
Octal20227125236010332443476
Binary1000001010111001101010101111001000110111010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,170); }

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

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

 a { background-color: rgb(130,185,170); }

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

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

 span { border-color: rgb(130,185,170); }

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