#3BA96A

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

Shades of Medium Sea Green #3BA96A

Tints of Medium Sea Green #3BA96A

Color information

#3BA96A (or 0x3BA96A) is unknown color: approx Medium Sea Green. HEX triplet: 3B, A9 and 6A. RGB value is (59,169,106). Sum of RGB (Red+Green+Blue) = 59+169+106=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA96A is #C45695. Grayscale: #818181. Windows color (decimal): -12867222 or 6990139. OLE color: 6990139.

HSL color Cylindrical-coordinate representation of color #3BA96A: hue angle of 145.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA96A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB59169106-
CMYK0.6500.370.34
HSL145.64º48.25%44.71%-
HSV(B)145.64º65.09%66.27%-
XYZ18.5930.3518.51-
YUV128.93115.0678.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 169 (66.41% from 255) = 50.60%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=17.66%
G=50.60%
B=31.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691060.6500.370.34145.6448.2544.71
Hex3BA96A410252292302d
Octal73251152101045422226055
Binary1110111010100111010101000001010010110001010010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA96A; }

 p { color: rgb(59,169,106); }

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

<style>
 a { background-color: #3BA96A; }

 a { background-color: rgb(59,169,106); }

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

<style>
 span { border-color: #3BA96A; }

 span { border-color: rgb(59,169,106); }

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