#2CA671

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

Shades of Medium Sea Green #2CA671

Tints of Medium Sea Green #2CA671

Color information

#2CA671 (or 0x2CA671) is unknown color: approx Medium Sea Green. HEX triplet: 2C, A6 and 71. RGB value is (44,166,113). Sum of RGB (Red+Green+Blue) = 44+166+113=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA671 is #D3598E. Grayscale: #7B7B7B. Windows color (decimal): -13851023 or 7448108. OLE color: 7448108.

HSL color Cylindrical-coordinate representation of color #2CA671: hue angle of 153.93º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA671 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB44166113-
CMYK0.7300.320.35
HSL153.93º58.1%41.18%-
HSV(B)153.93º73.49%65.1%-
XYZ17.662920.29-
YUV123.48122.0871.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 166 (65.23% from 255) = 51.39%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=13.62%
G=51.39%
B=34.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441661130.7300.320.35153.9358.141.18
Hex2CA67149020239a3a29
Octal54246161111040432327251
Binary1011001010011011100011001001010000010001110011010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,113); }

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

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

 a { background-color: rgb(44,166,113); }

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

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

 span { border-color: rgb(44,166,113); }

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