#38B46E

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

Shades of Medium Sea Green #38B46E

Tints of Medium Sea Green #38B46E

Color information

#38B46E (or 0x38B46E) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 6E. RGB value is (56,180,110). Sum of RGB (Red+Green+Blue) = 56+180+110=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #38B46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B46E is #C74B91. Grayscale: #878787. Windows color (decimal): -13061010 or 7255096. OLE color: 7255096.

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

Color convert

RGB56180110-
CMYK0.6900.390.29
HSL146.13º52.54%46.27%-
HSV(B)146.13º68.89%70.59%-
XYZ20.7734.6120.34-
YUV134.94113.9271.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=16.18%
G=52.02%
B=31.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801100.6900.390.29146.1352.5446.27
Hex38B46E450271D92352e
Octal70264156105047352226556
Binary111000101101001101110100010101001111110110010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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