Html Css Color HEX #8ABF91 Dark Sea Green

📋 copy color: '#8ABF91'

red 138 ◦ green 191 ◦ blue 145

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

Shades of Dark Sea Green #8ABF91

Tints of Dark Sea Green #8ABF91

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 29.11%
G = 40.3%
B = 30.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#8ABF91 (or 0x8ABF91) is known color: Dark Sea Green. HEX triplet: 8A, BF and 91. RGB value is (138,191,145). Sum of RGB (Red+Green+Blue) = 138+191+145=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF91 is #75406E. Grayscale: #AAAAAA. Windows color (decimal): -7684207 or 9551754. OLE color: 9551754.

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

Color convert

RGB 138 191 145 -
CMYK 0.28 0 0.24 0.25
HSL 127.92º 0.29% 0.65% -
HSV(B) 127.92º 0.28% 0.75% -
XYZ 34.22 44.71 33.61 -
YUV 169.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 138 191 145 0.28 0 0.24 0.25 127.92 0.29 0.65
Hex 8A BF 91 1C 0 18 19 80 1D 41
Octal 212 277 221 34 0 30 31 200 35 101
Binary 10001010 10111111 10010001 11100 0 11000 11001 10000000 11101 1000001

Color Harmonies of #8ABF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF91

Black with #8ABF91

Text Example


Text Example

White with #8ABF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,145); }

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

background-color css

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

 a { background-color: rgb(138,191,145); }

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

border-color css

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

 span { border-color: rgb(138,191,145); }

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