#38B47C

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

Shades of Medium Sea Green #38B47C

Tints of Medium Sea Green #38B47C

Color information

#38B47C (or 0x38B47C) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 7C. RGB value is (56,180,124). Sum of RGB (Red+Green+Blue) = 56+180+124=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #38B47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B47C is #C74B83. Grayscale: #888888. Windows color (decimal): -13060996 or 8172600. OLE color: 8172600.

HSL color Cylindrical-coordinate representation of color #38B47C: hue angle of 152.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B47C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB56180124-
CMYK0.6900.310.29
HSL152.9º52.54%46.27%-
HSV(B)152.9º68.89%70.59%-
XYZ21.5934.9424.67-
YUV136.54120.9270.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=15.56%
G=50%
B=34.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801240.6900.310.29152.952.5446.27
Hex38B47C4501F1D99352e
Octal70264174105037352316556
Binary11100010110100111110010001010111111110110011001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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