#8AB48B

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

Shades of Dark Sea Green #8AB48B

Tints of Dark Sea Green #8AB48B

Color information

#8AB48B (or 0x8AB48B) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B4 and 8B. RGB value is (138,180,139). Sum of RGB (Red+Green+Blue) = 138+180+139=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB48B is #754B74. Grayscale: #A2A2A2. Windows color (decimal): -7687029 or 9155722. OLE color: 9155722.

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

Color convert

RGB138180139-
CMYK0.2300.230.29
HSL121.43º21.88%62.35%-
HSV(B)121.43º23.33%70.59%-
XYZ31.4639.9130.47-
YUV162.77114.59110.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=30.20%
G=39.39%
B=30.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381801390.2300.230.29121.4321.8862.35
Hex8AB48B170171D79163e
Octal21226421327027351712676
Binary1000101010110100100010111011101011111101111100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,139); }

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

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

 a { background-color: rgb(138,180,139); }

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

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

 span { border-color: rgb(138,180,139); }

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