#8AB28C

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

Shades of Dark Sea Green #8AB28C

Tints of Dark Sea Green #8AB28C

Color information

#8AB28C (or 0x8AB28C) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B2 and 8C. RGB value is (138,178,140). Sum of RGB (Red+Green+Blue) = 138+178+140=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB28C is #754D73. Grayscale: #A1A1A1. Windows color (decimal): -7687540 or 9220746. OLE color: 9220746.

HSL color Cylindrical-coordinate representation of color #8AB28C: hue angle of 123º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB28C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB138178140-
CMYK0.2200.210.30
HSL123º20.62%61.96%-
HSV(B)123º22.47%69.8%-
XYZ31.1439.1430.72-
YUV161.71115.75111.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=30.26%
G=39.04%
B=30.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381781400.2200.210.3012320.6261.96
Hex8AB28C160151E7b153e
Octal21226221426025361732576
Binary1000101010110010100011001011001010111110111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,178,140); }

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

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

 a { background-color: rgb(138,178,140); }

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

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

 span { border-color: rgb(138,178,140); }

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