#38AC6F

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

Shades of Medium Sea Green #38AC6F

Tints of Medium Sea Green #38AC6F

Color information

#38AC6F (or 0x38AC6F) is unknown color: approx Medium Sea Green. HEX triplet: 38, AC and 6F. RGB value is (56,172,111). Sum of RGB (Red+Green+Blue) = 56+172+111=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC6F is #C75390. Grayscale: #828282. Windows color (decimal): -13063057 or 7318584. OLE color: 7318584.

HSL color Cylindrical-coordinate representation of color #38AC6F: hue angle of 148.45º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC6F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB56172111-
CMYK0.6700.350.33
HSL148.45º50.88%44.71%-
HSV(B)148.45º67.44%67.45%-
XYZ19.2531.4920.1-
YUV130.36117.0774.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=16.52%
G=50.74%
B=32.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721110.6700.350.33148.4550.8844.71
Hex38AC6F430232194332d
Octal70254157103043412246355
Binary1110001010110011011111000011010001110000110010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AC6F; }

 p { color: rgb(56,172,111); }

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

<style>
 a { background-color: #38AC6F; }

 a { background-color: rgb(56,172,111); }

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

<style>
 span { border-color: #38AC6F; }

 span { border-color: rgb(56,172,111); }

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