#8AC38E

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

Shades of Dark Sea Green #8AC38E

Tints of Dark Sea Green #8AC38E

Color information

#8AC38E (or 0x8AC38E) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C3 and 8E. RGB value is (138,195,142). Sum of RGB (Red+Green+Blue) = 138+195+142=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC38E is #753C71. Grayscale: #ACACAC. Windows color (decimal): -7683186 or 9356170. OLE color: 9356170.

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

Color convert

RGB138195142-
CMYK0.2900.270.24
HSL124.21º32.2%65.29%-
HSV(B)124.21º29.23%76.47%-
XYZ34.8846.3932.71-
YUV171.91111.12103.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=29.05%
G=41.05%
B=29.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381951420.2900.270.24124.2132.265.29
Hex8AC38E1D01B187c2041
Octal212303216350333017440101
Binary100010101100001110001110111010110111100011111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,195,142); }

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

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

 a { background-color: rgb(138,195,142); }

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

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

 span { border-color: rgb(138,195,142); }

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