#38B079

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

Shades of Medium Sea Green #38B079

Tints of Medium Sea Green #38B079

Color information

#38B079 (or 0x38B079) is unknown color: approx Medium Sea Green. HEX triplet: 38, B0 and 79. RGB value is (56,176,121). Sum of RGB (Red+Green+Blue) = 56+176+121=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #38B079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B079 is #C74F86. Grayscale: #858585. Windows color (decimal): -13062023 or 7974968. OLE color: 7974968.

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

Color convert

RGB56176121-
CMYK0.6800.310.31
HSL152.5º51.72%45.49%-
HSV(B)152.5º68.18%69.02%-
XYZ20.6133.2723.43-
YUV133.85120.7472.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=15.86%
G=49.86%
B=34.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561761210.6800.310.31152.551.7245.49
Hex38B0794401F1F98342d
Octal70260171104037372306455
Binary11100010110000111100110001000111111111110011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,176,121); }

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

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

 a { background-color: rgb(56,176,121); }

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

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

 span { border-color: rgb(56,176,121); }

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