Html Css Color HEX #81B486 Dark Sea Green

📋 copy color: '#81B486'

red 129 ◦ green 180 ◦ blue 134

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

Shades of Dark Sea Green #81B486

Tints of Dark Sea Green #81B486

RGB

 RED value IS 129 (50.78% from 255) = 29.12%

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 29.12%
G = 40.63%
B = 30.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#81B486 (or 0x81B486) is known color: Dark Sea Green. HEX triplet: 81, B4 and 86. RGB value is (129,180,134). Sum of RGB (Red+Green+Blue) = 129+180+134=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #81B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B486 is #7E4B79. Grayscale: #9F9F9F. Windows color (decimal): -8276858 or 8828033. OLE color: 8828033.

HSL color Cylindrical-coordinate representation of color #81B486: hue angle of 125.88º degrees, saturation: 0.25, 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 #81B486 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 180 134 -
CMYK 0.28 0 0.26 0.29
HSL 125.88º 0.25% 0.61% -
HSV(B) 125.88º 0.28% 0.71% -
XYZ 29.68 39.03 28.52 -
YUV 159.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 129 180 134 0.28 0 0.26 0.29 125.88 0.25 0.61
Hex 81 B4 86 1C 0 1A 1D 7E 19 3D
Octal 201 264 206 34 0 32 35 176 31 75
Binary 10000001 10110100 10000110 11100 0 11010 11101 1111110 11001 111101

Color Harmonies of #81B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B486

Black with #81B486

Text Example


Text Example

White with #81B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B486; }

 p { color: rgb(129,180,134); }

 H1.HeaderClassName
 {
   color: #81B486;
 }
 .AnyTagClassName
 {
   color: #81B486;
 }
</style>

background-color css

<style>
 a { background-color: #81B486; }

 a { background-color: rgb(129,180,134); }

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

border-color css

<style>
 span { border-color: #81B486; }

 span { border-color: rgb(129,180,134); }

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