#8AB988

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

Shades of Dark Sea Green #8AB988

Tints of Dark Sea Green #8AB988

Color information

#8AB988 (or 0x8AB988) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B9 and 88. RGB value is (138,185,136). Sum of RGB (Red+Green+Blue) = 138+185+136=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB988 is #754677. Grayscale: #A5A5A5. Windows color (decimal): -7685752 or 8960394. OLE color: 8960394.

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

Color convert

RGB138185136-
CMYK0.2500.260.27
HSL117.55º25.93%62.94%-
HSV(B)117.55º26.49%72.55%-
XYZ32.2741.8829.67-
YUV165.36111.43108.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=30.07%
G=40.31%
B=29.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851360.2500.260.27117.5525.9362.94
Hex8AB9881901A1B761a3f
Octal21227121031032331663277
Binary1000101010111001100010001100101101011011111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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