#38A071

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

Shades of Medium Sea Green #38A071

Tints of Medium Sea Green #38A071

Color information

#38A071 (or 0x38A071) is unknown color: approx Medium Sea Green. HEX triplet: 38, A0 and 71. RGB value is (56,160,113). Sum of RGB (Red+Green+Blue) = 56+160+113=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #38A071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A071 is #C75F8E. Grayscale: #7B7B7B. Windows color (decimal): -13066127 or 7446584. OLE color: 7446584.

HSL color Cylindrical-coordinate representation of color #38A071: hue angle of 152.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A071 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB56160113-
CMYK0.6500.290.37
HSL152.88º48.15%42.35%-
HSV(B)152.88º65%62.75%-
XYZ17.1827.1719.96-
YUV123.55122.0479.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=17.02%
G=48.63%
B=34.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561601130.6500.290.37152.8848.1542.35
Hex38A0714101D2599302a
Octal70240161101035452316052
Binary111000101000001110001100000101110110010110011001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,113); }

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

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

 a { background-color: rgb(56,160,113); }

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

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

 span { border-color: rgb(56,160,113); }

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