#38CA71

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

Shades of Medium Sea Green #38CA71

Tints of Medium Sea Green #38CA71

Color information

#38CA71 (or 0x38CA71) is unknown color: approx Medium Sea Green. HEX triplet: 38, CA and 71. RGB value is (56,202,113). Sum of RGB (Red+Green+Blue) = 56+202+113=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CA71 is #C7358E. Grayscale: #949494. Windows color (decimal): -13055375 or 7457336. OLE color: 7457336.

HSL color Cylindrical-coordinate representation of color #38CA71: hue angle of 143.42º 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 #38CA71 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB56202113-
CMYK0.7200.440.21
HSL143.42º57.94%50.59%-
HSV(B)143.42º72.28%79.22%-
XYZ25.7344.2722.81-
YUV148.2108.1362.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=15.09%
G=54.45%
B=30.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562021130.7200.440.21143.4257.9450.59
Hex38CA714802C158f3a33
Octal70312161110054252177263
Binary111000110010101110001100100001011001010110001111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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