#38C580

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

Shades of Medium Sea Green #38C580

Tints of Medium Sea Green #38C580

Color information

#38C580 (or 0x38C580) is unknown color: approx Medium Sea Green. HEX triplet: 38, C5 and 80. RGB value is (56,197,128). Sum of RGB (Red+Green+Blue) = 56+197+128=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #38C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C580 is #C73A7F. Grayscale: #939393. Windows color (decimal): -13056640 or 8439096. OLE color: 8439096.

HSL color Cylindrical-coordinate representation of color #38C580: hue angle of 150.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C580 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB56197128-
CMYK0.7200.350.23
HSL150.64º55.73%49.61%-
HSV(B)150.64º71.57%77.25%-
XYZ25.4942.3327.25-
YUV146.98117.2963.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 197 (77.34% from 255) = 51.71%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=14.70%
G=51.71%
B=33.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971280.7200.350.23150.6455.7349.61
Hex38C5804802317973832
Octal70305200110043272277062
Binary1110001100010110000000100100001000111011110010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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