#38C66F

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

Shades of Medium Sea Green #38C66F

Tints of Medium Sea Green #38C66F

Color information

#38C66F (or 0x38C66F) is unknown color: approx Medium Sea Green. HEX triplet: 38, C6 and 6F. RGB value is (56,198,111). Sum of RGB (Red+Green+Blue) = 56+198+111=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #38C66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C66F is #C73990. Grayscale: #919191. Windows color (decimal): -13056401 or 7325240. OLE color: 7325240.

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

Color convert

RGB56198111-
CMYK0.7200.440.22
HSL143.24º55.91%49.8%-
HSV(B)143.24º71.72%77.65%-
XYZ24.6942.3821.92-
YUV145.62108.4664.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 198 (77.73% from 255) = 54.25%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=15.34%
G=54.25%
B=30.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981110.7200.440.22143.2455.9149.8
Hex38C66F4802C168f3832
Octal70306157110054262177062
Binary111000110001101101111100100001011001011010001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,111); }

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

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

 a { background-color: rgb(56,198,111); }

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

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

 span { border-color: rgb(56,198,111); }

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