#38C66B

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

Shades of Medium Sea Green #38C66B

Tints of Medium Sea Green #38C66B

Color information

#38C66B (or 0x38C66B) is unknown color: approx Medium Sea Green. HEX triplet: 38, C6 and 6B. RGB value is (56,198,107). Sum of RGB (Red+Green+Blue) = 56+198+107=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #38C66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C66B is #C73994. Grayscale: #919191. Windows color (decimal): -13056405 or 7063096. OLE color: 7063096.

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

Color convert

RGB56198107-
CMYK0.7200.460.22
HSL141.55º55.91%49.8%-
HSV(B)141.55º71.72%77.65%-
XYZ24.4842.2920.78-
YUV145.17106.4664.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 198 (77.73% from 255) = 54.85%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=15.51%
G=54.85%
B=29.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981070.7200.460.22141.5555.9149.8
Hex38C66B4802E168e3832
Octal70306153110056262167062
Binary111000110001101101011100100001011101011010001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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