#2CAB72

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

Shades of Medium Sea Green #2CAB72

Tints of Medium Sea Green #2CAB72

Color information

#2CAB72 (or 0x2CAB72) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AB and 72. RGB value is (44,171,114). Sum of RGB (Red+Green+Blue) = 44+171+114=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB72 is #D3548D. Grayscale: #7E7E7E. Windows color (decimal): -13849742 or 7514924. OLE color: 7514924.

HSL color Cylindrical-coordinate representation of color #2CAB72: hue angle of 153.07º 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 #2CAB72 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB44171114-
CMYK0.7400.330.33
HSL153.07º59.07%42.16%-
HSV(B)153.07º74.27%67.06%-
XYZ18.6430.8820.9-
YUV126.53120.9269.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.37%
GREEN value IS 171 (67.19% from 255) = 51.98%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=13.37%
G=51.98%
B=34.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441711140.7400.330.33153.0759.0742.16
Hex2CAB724A02121993b2a
Octal54253162112041412317352
Binary1011001010101111100101001010010000110000110011001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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