#2ACA75

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

Shades of Medium Sea Green #2ACA75

Tints of Medium Sea Green #2ACA75

Color information

#2ACA75 (or 0x2ACA75) is unknown color: approx Medium Sea Green. HEX triplet: 2A, CA and 75. RGB value is (42,202,117). Sum of RGB (Red+Green+Blue) = 42+202+117=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACA75 is #D5358A. Grayscale: #909090. Windows color (decimal): -13972875 or 7719466. OLE color: 7719466.

HSL color Cylindrical-coordinate representation of color #2ACA75: hue angle of 148.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA75 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB42202117-
CMYK0.7900.420.21
HSL148.12º65.57%47.84%-
HSV(B)148.12º79.21%79.22%-
XYZ25.2944.0223.99-
YUV144.47112.4954.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=11.63%
G=55.96%
B=32.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal422021170.7900.420.21148.1265.5747.84
Hex2ACA754F02A15944230
Octal523121651170522522410260
Binary1010101100101011101011001111010101010101100101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,202,117); }

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

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

 a { background-color: rgb(42,202,117); }

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

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

 span { border-color: rgb(42,202,117); }

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