#38C376

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

Shades of Medium Sea Green #38C376

Tints of Medium Sea Green #38C376

Color information

#38C376 (or 0x38C376) is unknown color: approx Medium Sea Green. HEX triplet: 38, C3 and 76. RGB value is (56,195,118). Sum of RGB (Red+Green+Blue) = 56+195+118=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #38C376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C376 is #C73C89. Grayscale: #909090. Windows color (decimal): -13057162 or 7783224. OLE color: 7783224.

HSL color Cylindrical-coordinate representation of color #38C376: hue angle of 146.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C376 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB56195118-
CMYK0.7100.390.24
HSL146.76º55.38%49.22%-
HSV(B)146.76º71.28%76.47%-
XYZ24.4241.1823.8-
YUV144.66112.9564.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 195 (76.56% from 255) = 52.85%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=15.18%
G=52.85%
B=31.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561951180.7100.390.24146.7655.3849.22
Hex38C3764702718933731
Octal70303166107047302236761
Binary111000110000111110110100011101001111100010010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,195,118); }

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

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

 a { background-color: rgb(56,195,118); }

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

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

 span { border-color: rgb(56,195,118); }

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