#2CAA68

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

Shades of Medium Sea Green #2CAA68

Tints of Medium Sea Green #2CAA68

Color information

#2CAA68 (or 0x2CAA68) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AA and 68. RGB value is (44,170,104). Sum of RGB (Red+Green+Blue) = 44+170+104=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA68 is #D35597. Grayscale: #7C7C7C. Windows color (decimal): -13850008 or 6859308. OLE color: 6859308.

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

Color convert

RGB44170104-
CMYK0.7400.390.33
HSL148.57º58.88%41.96%-
HSV(B)148.57º74.12%66.67%-
XYZ17.9130.2818-
YUV124.8116.2670.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.84%
GREEN value IS 170 (66.80% from 255) = 53.46%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=13.84%
G=53.46%
B=32.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701040.7400.390.33148.5758.8841.96
Hex2CAA684A02721953b2a
Octal54252150112047412257352
Binary1011001010101011010001001010010011110000110010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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