Html Css Color HEX #82B5A1 Sea Nymph

📋 copy color: '#82B5A1'

red 130 ◦ green 181 ◦ blue 161

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

Shades of Sea Nymph #82B5A1

Tints of Sea Nymph #82B5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 27.54%
G = 38.35%
B = 34.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#82B5A1 (or 0x82B5A1) is known color: Sea Nymph. HEX triplet: 82, B5 and A1. RGB value is (130,181,161). Sum of RGB (Red+Green+Blue) = 130+181+161=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #82B5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B5A1 is #7D4A5E. Grayscale: #A3A3A3. Windows color (decimal): -8211039 or 10597762. OLE color: 10597762.

HSL color Cylindrical-coordinate representation of color #82B5A1: hue angle of 156.47º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B5A1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 181 161 -
CMYK 0.28 0 0.11 0.29
HSL 156.47º 0.26% 0.61% -
HSV(B) 156.47º 0.28% 0.71% -
XYZ 32.16 40.37 39.81 -
YUV 163.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 130 181 161 0.28 0 0.11 0.29 156.47 0.26 0.61
Hex 82 B5 A1 1C 0 B 1D 9C 1A 3D
Octal 202 265 241 34 0 13 35 234 32 75
Binary 10000010 10110101 10100001 11100 0 1011 11101 10011100 11010 111101

Color Harmonies of #82B5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B5A1

Black with #82B5A1

Text Example


Text Example

White with #82B5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,181,161); }

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

background-color css

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

 a { background-color: rgb(130,181,161); }

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

border-color css

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

 span { border-color: rgb(130,181,161); }

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