#38C383

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

Shades of Medium Sea Green #38C383

Tints of Medium Sea Green #38C383

Color information

#38C383 (or 0x38C383) is unknown color: approx Medium Sea Green. HEX triplet: 38, C3 and 83. RGB value is (56,195,131). Sum of RGB (Red+Green+Blue) = 56+195+131=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #38C383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C383 is #C73C7C. Grayscale: #929292. Windows color (decimal): -13057149 or 8635192. OLE color: 8635192.

HSL color Cylindrical-coordinate representation of color #38C383: hue angle of 152.37º 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 #38C383 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB56195131-
CMYK0.7100.330.24
HSL152.37º55.38%49.22%-
HSV(B)152.37º71.28%76.47%-
XYZ25.2441.5128.15-
YUV146.14119.4563.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=14.66%
G=51.05%
B=34.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561951310.7100.330.24152.3755.3849.22
Hex38C3834702118983731
Octal70303203107041302306761
Binary1110001100001110000011100011101000011100010011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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