Html Css Color HEX #8ABE82 Dark Sea Green

📋 copy color: '#8ABE82'

red 138 ◦ green 190 ◦ blue 130

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

Shades of Dark Sea Green #8ABE82

Tints of Dark Sea Green #8ABE82

RGB

 RED value IS 138 (54.3% from 255) = 30.13%

 GREEN value IS 190 (74.61% from 255) = 41.48%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 30.13%
G = 41.48%
B = 28.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#8ABE82 (or 0x8ABE82) is known color: Dark Sea Green. HEX triplet: 8A, BE and 82. RGB value is (138,190,130). Sum of RGB (Red+Green+Blue) = 138+190+130=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE82 is #75417D. Grayscale: #A7A7A7. Windows color (decimal): -7684478 or 8568458. OLE color: 8568458.

HSL color Cylindrical-coordinate representation of color #8ABE82: hue angle of 112º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABE82 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 190 130 -
CMYK 0.27 0 0.32 0.25
HSL 112º 0.32% 0.63% -
HSV(B) 112º 0.32% 0.75% -
XYZ 32.92 43.84 27.85 -
YUV 167.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 138 190 130 0.27 0 0.32 0.25 112 0.32 0.63
Hex 8A BE 82 1B 0 20 19 70 20 3F
Octal 212 276 202 33 0 40 31 160 40 77
Binary 10001010 10111110 10000010 11011 0 100000 11001 1110000 100000 111111

Color Harmonies of #8ABE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABE82

Black with #8ABE82

Text Example


Text Example

White with #8ABE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ABE82; }

 p { color: rgb(138,190,130); }

 H1.HeaderClassName
 {
   color: #8ABE82;
 }
 .AnyTagClassName
 {
   color: #8ABE82;
 }
</style>

background-color css

<style>
 a { background-color: #8ABE82; }

 a { background-color: rgb(138,190,130); }

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

border-color css

<style>
 span { border-color: #8ABE82; }

 span { border-color: rgb(138,190,130); }

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