#38AC7A

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

Shades of Medium Sea Green #38AC7A

Tints of Medium Sea Green #38AC7A

Color information

#38AC7A (or 0x38AC7A) is unknown color: approx Medium Sea Green. HEX triplet: 38, AC and 7A. RGB value is (56,172,122). Sum of RGB (Red+Green+Blue) = 56+172+122=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC7A is #C75385. Grayscale: #838383. Windows color (decimal): -13063046 or 8039480. OLE color: 8039480.

HSL color Cylindrical-coordinate representation of color #38AC7A: hue angle of 154.14º 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 #38AC7A is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB56172122-
CMYK0.6700.290.33
HSL154.14º50.88%44.71%-
HSV(B)154.14º67.44%67.45%-
XYZ19.931.7523.49-
YUV131.62122.5774.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=16%
G=49.14%
B=34.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721220.6700.290.33154.1450.8844.71
Hex38AC7A4301D219a332d
Octal70254172103035412326355
Binary111000101011001111010100001101110110000110011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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