#8AC493

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

Shades of Dark Sea Green #8AC493

Tints of Dark Sea Green #8AC493

Color information

#8AC493 (or 0x8AC493) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C4 and 93. RGB value is (138,196,147). Sum of RGB (Red+Green+Blue) = 138+196+147=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC493 is #753B6C. Grayscale: #ADADAD. Windows color (decimal): -7682925 or 9684106. OLE color: 9684106.

HSL color Cylindrical-coordinate representation of color #8AC493: hue angle of 129.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC493 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB138196147-
CMYK0.3000.250.23
HSL129.31º32.95%65.49%-
HSV(B)129.31º29.59%76.86%-
XYZ35.4946.9934.8-
YUV173.07113.28102.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=28.69%
G=40.75%
B=30.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961470.3000.250.23129.3132.9565.49
Hex8AC4931E01917812141
Octal212304223360312720141101
Binary1000101011000100100100111111001100110111100000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,147); }

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

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

 a { background-color: rgb(138,196,147); }

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

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

 span { border-color: rgb(138,196,147); }

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