#38B370

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

Shades of Medium Sea Green #38B370

Tints of Medium Sea Green #38B370

Color information

#38B370 (or 0x38B370) is unknown color: approx Medium Sea Green. HEX triplet: 38, B3 and 70. RGB value is (56,179,112). Sum of RGB (Red+Green+Blue) = 56+179+112=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #38B370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B370 is #C74C8F. Grayscale: #868686. Windows color (decimal): -13061264 or 7385912. OLE color: 7385912.

HSL color Cylindrical-coordinate representation of color #38B370: hue angle of 147.32º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B370 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB56179112-
CMYK0.6900.370.30
HSL147.32º52.34%46.08%-
HSV(B)147.32º68.72%70.2%-
XYZ20.6834.2520.85-
YUV134.58115.2571.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=16.14%
G=51.59%
B=32.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561791120.6900.370.30147.3252.3446.08
Hex38B370450251E93342e
Octal70263160105045362236456
Binary111000101100111110000100010101001011111010010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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