#2CAA6E

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

Shades of Medium Sea Green #2CAA6E

Tints of Medium Sea Green #2CAA6E

Color information

#2CAA6E (or 0x2CAA6E) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AA and 6E. RGB value is (44,170,110). Sum of RGB (Red+Green+Blue) = 44+170+110=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA6E is #D35591. Grayscale: #7D7D7D. Windows color (decimal): -13850002 or 7252524. OLE color: 7252524.

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

Color convert

RGB44170110-
CMYK0.7400.350.33
HSL151.43º58.88%41.96%-
HSV(B)151.43º74.12%66.67%-
XYZ18.2330.4119.66-
YUV125.49119.2669.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=13.58%
G=52.47%
B=33.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701100.7400.350.33151.4358.8841.96
Hex2CAA6E4A02321973b2a
Octal54252156112043412277352
Binary1011001010101011011101001010010001110000110010111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,110); }

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

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

 a { background-color: rgb(44,170,110); }

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

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

 span { border-color: rgb(44,170,110); }

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