#38B475

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

Shades of Medium Sea Green #38B475

Tints of Medium Sea Green #38B475

Color information

#38B475 (or 0x38B475) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 75. RGB value is (56,180,117). Sum of RGB (Red+Green+Blue) = 56+180+117=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #38B475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B475 is #C74B8A. Grayscale: #878787. Windows color (decimal): -13061003 or 7713848. OLE color: 7713848.

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

Color convert

RGB56180117-
CMYK0.6900.350.29
HSL149.52º52.54%46.27%-
HSV(B)149.52º68.89%70.59%-
XYZ21.1634.7722.43-
YUV135.74117.4271.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=15.86%
G=50.99%
B=33.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801170.6900.350.29149.5252.5446.27
Hex38B475450231D96352e
Octal70264165105043352266556
Binary111000101101001110101100010101000111110110010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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