#38AD71

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

Shades of Medium Sea Green #38AD71

Tints of Medium Sea Green #38AD71

Color information

#38AD71 (or 0x38AD71) is unknown color: approx Medium Sea Green. HEX triplet: 38, AD and 71. RGB value is (56,173,113). Sum of RGB (Red+Green+Blue) = 56+173+113=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD71 is #C7528E. Grayscale: #838383. Windows color (decimal): -13062799 or 7449912. OLE color: 7449912.

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

Color convert

RGB56173113-
CMYK0.6800.350.32
HSL149.23º51.09%44.9%-
HSV(B)149.23º67.63%67.84%-
XYZ19.5631.9220.75-
YUV131.18117.7474.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=16.37%
G=50.58%
B=33.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731130.6800.350.32149.2351.0944.9
Hex38AD71440232095332d
Octal70255161104043402256355
Binary1110001010110111100011000100010001110000010010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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