#2AC264

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

Shades of Medium Sea Green #2AC264

Tints of Medium Sea Green #2AC264

Color information

#2AC264 (or 0x2AC264) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C2 and 64. RGB value is (42,194,100). Sum of RGB (Red+Green+Blue) = 42+194+100=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC264 is #D53D9B. Grayscale: #8A8A8A. Windows color (decimal): -13974940 or 6603306. OLE color: 6603306.

HSL color Cylindrical-coordinate representation of color #2AC264: hue angle of 142.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC264 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB42194100-
CMYK0.7800.480.24
HSL142.89º64.41%46.27%-
HSV(B)142.89º78.35%76.08%-
XYZ22.554018.59-
YUV137.84106.6459.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 194 (76.17% from 255) = 57.74%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=12.5%
G=57.74%
B=29.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941000.7800.480.24142.8964.4146.27
Hex2AC2644E030188f402e
Octal523021441160603021710056
Binary1010101100001011001001001110011000011000100011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,100); }

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

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

 a { background-color: rgb(42,194,100); }

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

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

 span { border-color: rgb(42,194,100); }

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