#3DAA66

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

Shades of Medium Sea Green #3DAA66

Tints of Medium Sea Green #3DAA66

Color information

#3DAA66 (or 0x3DAA66) is unknown color: approx Medium Sea Green. HEX triplet: 3D, AA and 66. RGB value is (61,170,102). Sum of RGB (Red+Green+Blue) = 61+170+102=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA66 is #C25599. Grayscale: #818181. Windows color (decimal): -12735898 or 6728253. OLE color: 6728253.

HSL color Cylindrical-coordinate representation of color #3DAA66: hue angle of 142.57º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA66 is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB61170102-
CMYK0.6400.40.33
HSL142.57º47.19%45.29%-
HSV(B)142.57º64.12%66.67%-
XYZ18.730.717.51-
YUV129.66112.3979.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=18.32%
G=51.05%
B=30.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701020.6400.40.33142.5747.1945.29
Hex3DAA6640028218f2f2d
Octal75252146100050412175755
Binary1111011010101011001101000000010100010000110001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,170,102); }

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

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

 a { background-color: rgb(61,170,102); }

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

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

 span { border-color: rgb(61,170,102); }

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