#8ABE8D

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

Shades of Dark Sea Green #8ABE8D

Tints of Dark Sea Green #8ABE8D

Color information

#8ABE8D (or 0x8ABE8D) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BE and 8D. RGB value is (138,190,141). Sum of RGB (Red+Green+Blue) = 138+190+141=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE8D is #754172. Grayscale: #A9A9A9. Windows color (decimal): -7684467 or 9289354. OLE color: 9289354.

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

Color convert

RGB138190141-
CMYK0.2700.260.25
HSL123.46º28.57%64.31%-
HSV(B)123.46º27.37%74.51%-
XYZ33.744.1531.95-
YUV168.87112.27105.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.42%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=29.42%
G=40.51%
B=30.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901410.2700.260.25123.4628.5764.31
Hex8ABE8D1B01A197b1d40
Octal212276215330323117335100
Binary10001010101111101000110111011011010110011111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,141); }

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

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

 a { background-color: rgb(138,190,141); }

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

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

 span { border-color: rgb(138,190,141); }

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