Html Css Color HEX #8ABF8F Dark Sea Green

📋 copy color: '#8ABF8F'

red 138 ◦ green 191 ◦ blue 143

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

Shades of Dark Sea Green #8ABF8F

Tints of Dark Sea Green #8ABF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 29.24%
G = 40.47%
B = 30.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#8ABF8F (or 0x8ABF8F) is known color: Dark Sea Green. HEX triplet: 8A, BF and 8F. RGB value is (138,191,143). Sum of RGB (Red+Green+Blue) = 138+191+143=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF8F is #754070. Grayscale: #A9A9A9. Windows color (decimal): -7684209 or 9420682. OLE color: 9420682.

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

Color convert

RGB 138 191 143 -
CMYK 0.28 0 0.25 0.25
HSL 125.66º 0.29% 0.65% -
HSV(B) 125.66º 0.28% 0.75% -
XYZ 34.07 44.65 32.81 -
YUV 169.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 138 191 143 0.28 0 0.25 0.25 125.66 0.29 0.65
Hex 8A BF 8F 1C 0 19 19 7E 1D 41
Octal 212 277 217 34 0 31 31 176 35 101
Binary 10001010 10111111 10001111 11100 0 11001 11001 1111110 11101 1000001

Color Harmonies of #8ABF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF8F

Black with #8ABF8F

Text Example


Text Example

White with #8ABF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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