#38B46A

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

Shades of Medium Sea Green #38B46A

Tints of Medium Sea Green #38B46A

Color information

#38B46A (or 0x38B46A) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 6A. RGB value is (56,180,106). Sum of RGB (Red+Green+Blue) = 56+180+106=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #38B46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B46A is #C74B95. Grayscale: #868686. Windows color (decimal): -13061014 or 6992952. OLE color: 6992952.

HSL color Cylindrical-coordinate representation of color #38B46A: hue angle of 144.19º 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 #38B46A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB56180106-
CMYK0.6900.410.29
HSL144.19º52.54%46.27%-
HSV(B)144.19º68.89%70.59%-
XYZ20.5534.5219.22-
YUV134.49111.9272.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=16.37%
G=52.63%
B=30.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801060.6900.410.29144.1952.5446.27
Hex38B46A450291D90352e
Octal70264152105051352206556
Binary111000101101001101010100010101010011110110010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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