#38CA5D

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

Shades of Medium Sea Green #38CA5D

Tints of Medium Sea Green #38CA5D

Color information

#38CA5D (or 0x38CA5D) is unknown color: approx Medium Sea Green. HEX triplet: 38, CA and 5D. RGB value is (56,202,93). Sum of RGB (Red+Green+Blue) = 56+202+93=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CA5D is #C735A2. Grayscale: #929292. Windows color (decimal): -13055395 or 6146616. OLE color: 6146616.

HSL color Cylindrical-coordinate representation of color #38CA5D: hue angle of 135.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA5D is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB5620293-
CMYK0.7200.540.21
HSL135.21º57.94%50.59%-
HSV(B)135.21º72.28%79.22%-
XYZ24.7343.8717.52-
YUV145.9298.1363.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=15.95%
G=57.55%
B=26.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56202930.7200.540.21135.2157.9450.59
Hex38CA5D4803615873a33
Octal70312135110066252077263
Binary111000110010101011101100100001101101010110000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,93); }

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

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

 a { background-color: rgb(56,202,93); }

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

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

 span { border-color: rgb(56,202,93); }

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