Html Css Color HEX #8ABE86 Dark Sea Green

📋 copy color: '#8ABE86'

red 138 ◦ green 190 ◦ blue 134

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

Shades of Dark Sea Green #8ABE86

Tints of Dark Sea Green #8ABE86

RGB

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

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

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

R = 29.87%
G = 41.13%
B = 29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#8ABE86 (or 0x8ABE86) is known color: Dark Sea Green. HEX triplet: 8A, BE and 86. RGB value is (138,190,134). Sum of RGB (Red+Green+Blue) = 138+190+134=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE86 is #754179. Grayscale: #A8A8A8. Windows color (decimal): -7684474 or 8830602. OLE color: 8830602.

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

Color convert

RGB 138 190 134 -
CMYK 0.27 0 0.29 0.25
HSL 115.71º 0.3% 0.64% -
HSV(B) 115.71º 0.29% 0.75% -
XYZ 33.2 43.95 29.29 -
YUV 168.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 138 190 134 0.27 0 0.29 0.25 115.71 0.3 0.64
Hex 8A BE 86 1B 0 1D 19 74 1E 40
Octal 212 276 206 33 0 35 31 164 36 100
Binary 10001010 10111110 10000110 11011 0 11101 11001 1110100 11110 1000000

Color Harmonies of #8ABE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABE86

Black with #8ABE86

Text Example


Text Example

White with #8ABE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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