#2FAE66

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

Shades of Medium Sea Green #2FAE66

Tints of Medium Sea Green #2FAE66

Color information

#2FAE66 (or 0x2FAE66) is unknown color: approx Medium Sea Green. HEX triplet: 2F, AE and 66. RGB value is (47,174,102). Sum of RGB (Red+Green+Blue) = 47+174+102=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE66 is #D05199. Grayscale: #7F7F7F. Windows color (decimal): -13652378 or 6729263. OLE color: 6729263.

HSL color Cylindrical-coordinate representation of color #2FAE66: hue angle of 145.98º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAE66 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB47174102-
CMYK0.7300.410.32
HSL145.98º57.47%43.33%-
HSV(B)145.98º72.99%68.24%-
XYZ18.7131.8417.73-
YUV127.82113.4270.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=14.55%
G=53.87%
B=31.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471741020.7300.410.32145.9857.4743.33
Hex2FAE66490292092392b
Octal57256146111051402227153
Binary1011111010111011001101001001010100110000010010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,174,102); }

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

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

 a { background-color: rgb(47,174,102); }

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

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

 span { border-color: rgb(47,174,102); }

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