#A7FCCC

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

Shades of Magic Mint #A7FCCC

Tints of Magic Mint #A7FCCC

Color information

#A7FCCC (or 0xA7FCCC) is unknown color: approx Magic Mint. HEX triplet: A7, FC and CC. RGB value is (167,252,204). Sum of RGB (Red+Green+Blue) = 167+252+204=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCCC is #580333. Grayscale: #DDDDDD. Windows color (decimal): -5767988 or 13434023. OLE color: 13434023.

HSL color Cylindrical-coordinate representation of color #A7FCCC: hue angle of 146.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCCC is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB167252204-
CMYK0.3400.190.01
HSL146.12º93.41%82.16%-
HSV(B)146.12º33.73%98.82%-
XYZ61.6582.269.74-
YUV221.11118.3489.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.81%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=26.81%
G=40.45%
B=32.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672522040.3400.190.01146.1293.4182.16
HexA7FCCC220131925d52
Octal247374314420231222135122
Binary10100111111111001100110010001001001111001001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FCCC; }

 p { color: rgb(167,252,204); }

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

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

 a { background-color: rgb(167,252,204); }

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

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

 span { border-color: rgb(167,252,204); }

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