#8ABF88

Color #8ABF88 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8ABF88

Tints of Dark Sea Green #8ABF88

Color information

#8ABF88 (or 0x8ABF88) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BF and 88. RGB value is (138,191,136). Sum of RGB (Red+Green+Blue) = 138+191+136=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF88 is #754077. Grayscale: #A9A9A9. Windows color (decimal): -7684216 or 8961930. OLE color: 8961930.

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

Color convert

RGB138191136-
CMYK0.2800.290.25
HSL117.82º30.05%64.12%-
HSV(B)117.82º28.8%74.9%-
XYZ33.5644.4430.1-
YUV168.88109.44105.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=29.68%
G=41.08%
B=29.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911360.2800.290.25117.8230.0564.12
Hex8ABF881C01D19761e40
Octal212277210340353116636100
Binary10001010101111111000100011100011101110011110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ABF88;
 }
 .AnyTagClassName
 {
   color: #8ABF88;
 }
</style>
background-color css

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

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

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

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

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

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