#41BC70

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

Shades of Medium Sea Green #41BC70

Tints of Medium Sea Green #41BC70

Color information

#41BC70 (or 0x41BC70) is unknown color: approx Medium Sea Green. HEX triplet: 41, BC and 70. RGB value is (65,188,112). Sum of RGB (Red+Green+Blue) = 65+188+112=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BC70 is #BE438F. Grayscale: #8E8E8E. Windows color (decimal): -12469136 or 7388225. OLE color: 7388225.

HSL color Cylindrical-coordinate representation of color #41BC70: hue angle of 142.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC70 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB65188112-
CMYK0.6500.400.26
HSL142.93º48.62%49.61%-
HSV(B)142.93º65.43%73.73%-
XYZ23.0938.2621.5-
YUV142.56110.7572.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 188 (73.83% from 255) = 51.51%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=17.81%
G=51.51%
B=30.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881120.6500.400.26142.9348.6249.61
Hex41BC70410281A8f3132
Octal101274160101050322176162
Binary1000001101111001110000100000101010001101010001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41BC70; }

 p { color: rgb(65,188,112); }

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

<style>
 a { background-color: #41BC70; }

 a { background-color: rgb(65,188,112); }

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

<style>
 span { border-color: #41BC70; }

 span { border-color: rgb(65,188,112); }

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