#82BAAB

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

Shades of Sea Nymph #82BAAB

Tints of Sea Nymph #82BAAB

Color information

#82BAAB (or 0x82BAAB) is unknown color: approx Sea Nymph. HEX triplet: 82, BA and AB. RGB value is (130,186,171). Sum of RGB (Red+Green+Blue) = 130+186+171=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAAB is #7D4554. Grayscale: #A7A7A7. Windows color (decimal): -8209749 or 11254402. OLE color: 11254402.

HSL color Cylindrical-coordinate representation of color #82BAAB: hue angle of 163.93º degrees, saturation: 0.29, 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 #82BAAB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB130186171-
CMYK0.3000.080.27
HSL163.93º28.87%61.96%-
HSV(B)163.93º30.11%72.94%-
XYZ34.1242.844.99-
YUV167.55129.95101.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=26.69%
G=38.19%
B=35.11%

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
Decimal1301861710.3000.080.27163.9328.8761.96
Hex82BAAB1E081Ba41d3e
Octal20227225336010332443576
Binary1000001010111010101010111111001000110111010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,171); }

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

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

 a { background-color: rgb(130,186,171); }

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

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

 span { border-color: rgb(130,186,171); }

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