#2CAB71

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

Shades of Medium Sea Green #2CAB71

Tints of Medium Sea Green #2CAB71

Color information

#2CAB71 (or 0x2CAB71) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AB and 71. RGB value is (44,171,113). Sum of RGB (Red+Green+Blue) = 44+171+113=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB71 is #D3548E. Grayscale: #7E7E7E. Windows color (decimal): -13849743 or 7449388. OLE color: 7449388.

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

Color convert

RGB44171113-
CMYK0.7400.340.33
HSL152.6º59.07%42.16%-
HSV(B)152.6º74.27%67.06%-
XYZ18.5830.8520.6-
YUV126.42120.4269.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.41%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=13.41%
G=52.13%
B=34.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441711130.7400.340.33152.659.0742.16
Hex2CAB714A02221993b2a
Octal54253161112042412317352
Binary1011001010101111100011001010010001010000110011001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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