#8AC18F

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

Shades of Dark Sea Green #8AC18F

Tints of Dark Sea Green #8AC18F

Color information

#8AC18F (or 0x8AC18F) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C1 and 8F. RGB value is (138,193,143). Sum of RGB (Red+Green+Blue) = 138+193+143=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC18F is #753E70. Grayscale: #AAAAAA. Windows color (decimal): -7683697 or 9421194. OLE color: 9421194.

HSL color Cylindrical-coordinate representation of color #8AC18F: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC18F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB138193143-
CMYK0.2800.260.24
HSL125.45º30.73%64.9%-
HSV(B)125.45º28.5%75.69%-
XYZ34.5145.5332.96-
YUV170.86112.28104.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=29.11%
G=40.72%
B=30.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931430.2800.260.24125.4530.7364.9
Hex8AC18F1C01A187d1f41
Octal212301217340323017537101
Binary10001010110000011000111111100011010110001111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,143); }

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

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

 a { background-color: rgb(138,193,143); }

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

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

 span { border-color: rgb(138,193,143); }

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