#38BC5F

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

Shades of Medium Sea Green #38BC5F

Tints of Medium Sea Green #38BC5F

Color information

#38BC5F (or 0x38BC5F) is unknown color: approx Medium Sea Green. HEX triplet: 38, BC and 5F. RGB value is (56,188,95). Sum of RGB (Red+Green+Blue) = 56+188+95=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC5F is #C743A0. Grayscale: #8A8A8A. Windows color (decimal): -13058977 or 6274104. OLE color: 6274104.

HSL color Cylindrical-coordinate representation of color #38BC5F: hue angle of 137.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC5F is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB5618895-
CMYK0.7000.490.26
HSL137.73º54.1%47.84%-
HSV(B)137.73º70.21%73.73%-
XYZ21.6837.6316.95-
YUV137.93103.7769.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=16.52%
G=55.46%
B=28.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56188950.7000.490.26137.7354.147.84
Hex38BC5F460311A8a3630
Octal70274137106061322126660
Binary111000101111001011111100011001100011101010001010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,188,95); }

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

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

 a { background-color: rgb(56,188,95); }

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

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

 span { border-color: rgb(56,188,95); }

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