#2CAB75

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

Shades of Medium Sea Green #2CAB75

Tints of Medium Sea Green #2CAB75

Color information

#2CAB75 (or 0x2CAB75) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AB and 75. RGB value is (44,171,117). Sum of RGB (Red+Green+Blue) = 44+171+117=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB75 is #D3548A. Grayscale: #7E7E7E. Windows color (decimal): -13849739 or 7711532. OLE color: 7711532.

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

Color convert

RGB44171117-
CMYK0.7400.320.33
HSL154.49º59.07%42.16%-
HSV(B)154.49º74.27%67.06%-
XYZ18.8130.9521.81-
YUV126.87122.4268.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=13.25%
G=51.51%
B=35.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441711170.7400.320.33154.4959.0742.16
Hex2CAB754A020219a3b2a
Octal54253165112040412327352
Binary1011001010101111101011001010010000010000110011010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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