#38A477

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

Shades of Medium Sea Green #38A477

Tints of Medium Sea Green #38A477

Color information

#38A477 (or 0x38A477) is unknown color: approx Medium Sea Green. HEX triplet: 38, A4 and 77. RGB value is (56,164,119). Sum of RGB (Red+Green+Blue) = 56+164+119=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #38A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A477 is #C75B88. Grayscale: #7E7E7E. Windows color (decimal): -13065097 or 7840824. OLE color: 7840824.

HSL color Cylindrical-coordinate representation of color #38A477: hue angle of 155º 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 #38A477 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB56164119-
CMYK0.6600.270.36
HSL155º49.09%43.14%-
HSV(B)155º65.85%64.31%-
XYZ18.2428.7222.04-
YUV126.58123.7277.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=16.52%
G=48.38%
B=35.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561641190.6600.270.3615549.0943.14
Hex38A4774201B249b312b
Octal70244167102033442336153
Binary111000101001001110111100001001101110010010011011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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