Html Css Color HEX #8ABF8B Dark Sea Green

📋 copy color: '#8ABF8B'

red 138 ◦ green 191 ◦ blue 139

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

Shades of Dark Sea Green #8ABF8B

Tints of Dark Sea Green #8ABF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 29.49%
G = 40.81%
B = 29.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#8ABF8B (or 0x8ABF8B) is known color: Dark Sea Green. HEX triplet: 8A, BF and 8B. RGB value is (138,191,139). Sum of RGB (Red+Green+Blue) = 138+191+139=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF8B is #754074. Grayscale: #A9A9A9. Windows color (decimal): -7684213 or 9158538. OLE color: 9158538.

HSL color Cylindrical-coordinate representation of color #8ABF8B: hue angle of 121.13º 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 #8ABF8B is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 139 -
CMYK 0.28 0 0.27 0.25
HSL 121.13º 0.29% 0.65% -
HSV(B) 121.13º 0.28% 0.75% -
XYZ 33.77 44.53 31.24 -
YUV 169.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 138 191 139 0.28 0 0.27 0.25 121.13 0.29 0.65
Hex 8A BF 8B 1C 0 1B 19 79 1D 41
Octal 212 277 213 34 0 33 31 171 35 101
Binary 10001010 10111111 10001011 11100 0 11011 11001 1111001 11101 1000001

Color Harmonies of #8ABF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF8B

Black with #8ABF8B

Text Example


Text Example

White with #8ABF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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