#ACFECA

Color #ACFECA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ACFECA

Tints of Magic Mint #ACFECA

Color information

#ACFECA (or 0xACFECA) is unknown color: approx Magic Mint. HEX triplet: AC, FE and CA. RGB value is (172,254,202). Sum of RGB (Red+Green+Blue) = 172+254+202=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECA is #530135. Grayscale: #DFDFDF. Windows color (decimal): -5439798 or 13303468. OLE color: 13303468.

HSL color Cylindrical-coordinate representation of color #ACFECA: hue angle of 141.95º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFECA is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB172254202-
CMYK0.3200.200.00
HSL141.95º97.62%83.53%-
HSV(B)141.95º32.28%99.61%-
XYZ63.1283.9268.75-
YUV223.55115.8391.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=27.39%
G=40.45%
B=32.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542020.3200.200.00141.9597.6283.53
HexACFECA2001408e6254
Octal254376312400240216142124
Binary10101100111111101100101010000001010001000111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFECA; }

 p { color: rgb(172,254,202); }

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

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

 a { background-color: rgb(172,254,202); }

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

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

 span { border-color: rgb(172,254,202); }

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