#2CAB66

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

Shades of Medium Sea Green #2CAB66

Tints of Medium Sea Green #2CAB66

Color information

#2CAB66 (or 0x2CAB66) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AB and 66. RGB value is (44,171,102). Sum of RGB (Red+Green+Blue) = 44+171+102=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB66 is #D35499. Grayscale: #7D7D7D. Windows color (decimal): -13849754 or 6728492. OLE color: 6728492.

HSL color Cylindrical-coordinate representation of color #2CAB66: hue angle of 147.4º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB66 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB44171102-
CMYK0.7400.400.33
HSL147.4º59.07%42.16%-
HSV(B)147.4º74.27%67.06%-
XYZ1830.6217.53-
YUV125.16114.9270.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=13.88%
G=53.94%
B=32.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441711020.7400.400.33147.459.0742.16
Hex2CAB664A02821933b2a
Octal54253146112050412237352
Binary1011001010101111001101001010010100010000110010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CAB66; }

 p { color: rgb(44,171,102); }

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

<style>
 a { background-color: #2CAB66; }

 a { background-color: rgb(44,171,102); }

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

<style>
 span { border-color: #2CAB66; }

 span { border-color: rgb(44,171,102); }

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