#2FFCAC

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

Shades of Medium Spring Green #2FFCAC

Tints of Medium Spring Green #2FFCAC

Color information

#2FFCAC (or 0x2FFCAC) is unknown color: approx Medium Spring Green. HEX triplet: 2F, FC and AC. RGB value is (47,252,172). Sum of RGB (Red+Green+Blue) = 47+252+172=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFCAC is #D00353. Grayscale: #B5B5B5. Windows color (decimal): -13632340 or 11336751. OLE color: 11336751.

HSL color Cylindrical-coordinate representation of color #2FFCAC: hue angle of 156.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCAC is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB47252172-
CMYK0.8100.320.01
HSL156.59º97.16%58.63%-
HSV(B)156.59º81.35%98.82%-
XYZ43.4373.250.87-
YUV181.58122.5832-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.98%
GREEN value IS 252 (98.83% from 255) = 53.50%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=9.98%
G=53.50%
B=36.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472521720.8100.320.01156.5997.1658.63
Hex2FFCAC5102019d613b
Octal57374254121040123514173
Binary1011111111110010101100101000101000001100111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,252,172); }

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

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

 a { background-color: rgb(47,252,172); }

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

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

 span { border-color: rgb(47,252,172); }

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