#8AB991

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

Shades of Dark Sea Green #8AB991

Tints of Dark Sea Green #8AB991

Color information

#8AB991 (or 0x8AB991) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B9 and 91. RGB value is (138,185,145). Sum of RGB (Red+Green+Blue) = 138+185+145=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB991 is #75466E. Grayscale: #A6A6A6. Windows color (decimal): -7685743 or 9550218. OLE color: 9550218.

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

Color convert

RGB138185145-
CMYK0.2500.220.27
HSL128.94º25.13%63.33%-
HSV(B)128.94º25.41%72.55%-
XYZ32.9442.1533.19-
YUV166.39115.93107.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=29.49%
G=39.53%
B=30.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851450.2500.220.27128.9425.1363.33
Hex8AB991190161B81193f
Octal21227122131026332013177
Binary10001010101110011001000111001010110110111000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,145); }

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

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

 a { background-color: rgb(138,185,145); }

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

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

 span { border-color: rgb(138,185,145); }

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