#38C070

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

Shades of Medium Sea Green #38C070

Tints of Medium Sea Green #38C070

Color information

#38C070 (or 0x38C070) is unknown color: approx Medium Sea Green. HEX triplet: 38, C0 and 70. RGB value is (56,192,112). Sum of RGB (Red+Green+Blue) = 56+192+112=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #38C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C070 is #C73F8F. Grayscale: #8E8E8E. Windows color (decimal): -13057936 or 7389240. OLE color: 7389240.

HSL color Cylindrical-coordinate representation of color #38C070: hue angle of 144.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C070 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB56192112-
CMYK0.7100.420.25
HSL144.71º54.84%48.63%-
HSV(B)144.71º70.83%75.29%-
XYZ23.4139.7121.76-
YUV142.22110.9466.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 192 (75.39% from 255) = 53.33%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=15.56%
G=53.33%
B=31.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561921120.7100.420.25144.7154.8448.63
Hex38C0704702A19913731
Octal70300160107052312216761
Binary111000110000001110000100011101010101100110010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,192,112); }

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

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

 a { background-color: rgb(56,192,112); }

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

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

 span { border-color: rgb(56,192,112); }

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