#38A476

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

Shades of Medium Sea Green #38A476

Tints of Medium Sea Green #38A476

Color information

#38A476 (or 0x38A476) is unknown color: approx Medium Sea Green. HEX triplet: 38, A4 and 76. RGB value is (56,164,118). Sum of RGB (Red+Green+Blue) = 56+164+118=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #38A476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A476 is #C75B89. Grayscale: #7E7E7E. Windows color (decimal): -13065098 or 7775288. OLE color: 7775288.

HSL color Cylindrical-coordinate representation of color #38A476: hue angle of 154.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A476 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB56164118-
CMYK0.6600.280.36
HSL154.44º49.09%43.14%-
HSV(B)154.44º65.85%64.31%-
XYZ18.1828.721.72-
YUV126.46123.2277.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=16.57%
G=48.52%
B=34.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561641180.6600.280.36154.4449.0943.14
Hex38A4764201C249a312b
Octal70244166102034442326153
Binary111000101001001110110100001001110010010010011010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,164,118); }

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

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

 a { background-color: rgb(56,164,118); }

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

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

 span { border-color: rgb(56,164,118); }

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