Html Css Color HEX #82BAA9 Sea Nymph

📋 copy color: '#82BAA9'

red 130 ◦ green 186 ◦ blue 169

#82BAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #82BAA9

Tints of Sea Nymph #82BAA9

RGB

 RED value IS 130 (51.17% from 255) = 26.8%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 169 (66.41% from 255) = 34.85%

R = 26.8%
G = 38.35%
B = 34.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#82BAA9 (or 0x82BAA9) is known color: Sea Nymph. HEX triplet: 82, BA and A9. RGB value is (130,186,169). Sum of RGB (Red+Green+Blue) = 130+186+169=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAA9 is #7D4556. Grayscale: #A7A7A7. Windows color (decimal): -8209751 or 11123330. OLE color: 11123330.

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

Color convert

RGB 130 186 169 -
CMYK 0.30 0 0.09 0.27
HSL 161.79º 0.29% 0.62% -
HSV(B) 161.79º 0.3% 0.73% -
XYZ 33.93 42.73 44 -
YUV 167.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 130 186 169 0.30 0 0.09 0.27 161.79 0.29 0.62
Hex 82 BA A9 1E 0 9 1B A2 1D 3E
Octal 202 272 251 36 0 11 33 242 35 76
Binary 10000010 10111010 10101001 11110 0 1001 11011 10100010 11101 111110

Color Harmonies of #82BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BAA9

Black with #82BAA9

Text Example


Text Example

White with #82BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BAA9;
 }
 .AnyTagClassName
 {
   color: #82BAA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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