#8ABA88

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

Shades of Dark Sea Green #8ABA88

Tints of Dark Sea Green #8ABA88

Color information

#8ABA88 (or 0x8ABA88) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BA and 88. RGB value is (138,186,136). Sum of RGB (Red+Green+Blue) = 138+186+136=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA88 is #754577. Grayscale: #A6A6A6. Windows color (decimal): -7685496 or 8960650. OLE color: 8960650.

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

Color convert

RGB138186136-
CMYK0.2600.270.27
HSL117.6º26.6%63.14%-
HSV(B)117.6º26.88%72.94%-
XYZ32.4842.329.74-
YUV165.95111.1108.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=30%
G=40.43%
B=29.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861360.2600.270.27117.626.663.14
Hex8ABA881A01B1B761b3f
Octal21227221032033331663377
Binary1000101010111010100010001101001101111011111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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