#38AD7C

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

Shades of Medium Sea Green #38AD7C

Tints of Medium Sea Green #38AD7C

Color information

#38AD7C (or 0x38AD7C) is unknown color: approx Medium Sea Green. HEX triplet: 38, AD and 7C. RGB value is (56,173,124). Sum of RGB (Red+Green+Blue) = 56+173+124=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD7C is #C75283. Grayscale: #848484. Windows color (decimal): -13062788 or 8170808. OLE color: 8170808.

HSL color Cylindrical-coordinate representation of color #38AD7C: hue angle of 154.87º 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 #38AD7C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB56173124-
CMYK0.6800.280.32
HSL154.87º51.09%44.9%-
HSV(B)154.87º67.63%67.84%-
XYZ20.2132.1824.22-
YUV132.43123.2473.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=15.86%
G=49.01%
B=35.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731240.6800.280.32154.8751.0944.9
Hex38AD7C4401C209b332d
Octal70255174104034402336355
Binary111000101011011111100100010001110010000010011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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