#38B780

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

Shades of Medium Sea Green #38B780

Tints of Medium Sea Green #38B780

Color information

#38B780 (or 0x38B780) is unknown color: approx Medium Sea Green. HEX triplet: 38, B7 and 80. RGB value is (56,183,128). Sum of RGB (Red+Green+Blue) = 56+183+128=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #38B780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B780 is #C7487F. Grayscale: #8A8A8A. Windows color (decimal): -13060224 or 8435512. OLE color: 8435512.

HSL color Cylindrical-coordinate representation of color #38B780: hue angle of 154.02º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B780 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB56183128-
CMYK0.6900.300.28
HSL154.02º53.14%46.86%-
HSV(B)154.02º69.4%71.76%-
XYZ22.4636.2726.24-
YUV138.76121.9268.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=15.26%
G=49.86%
B=34.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831280.6900.300.28154.0253.1446.86
Hex38B7804501E1C9a352f
Octal70267200105036342326557
Binary111000101101111000000010001010111101110010011010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,183,128); }

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

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

 a { background-color: rgb(56,183,128); }

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

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

 span { border-color: rgb(56,183,128); }

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