#A7FFCD

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

Shades of Magic Mint #A7FFCD

Tints of Magic Mint #A7FFCD

Color information

#A7FFCD (or 0xA7FFCD) is unknown color: approx Magic Mint. HEX triplet: A7, FF and CD. RGB value is (167,255,205). Sum of RGB (Red+Green+Blue) = 167+255+205=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FFCD is #580032. Grayscale: #DFDFDF. Windows color (decimal): -5767219 or 13500327. OLE color: 13500327.

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

Color convert

RGB167255205-
CMYK0.3500.200
HSL145.91º100%82.75%-
HSV(B)145.91º34.51%100%-
XYZ62.7284.1470.69-
YUV222.99117.8588.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.63%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=26.63%
G=40.67%
B=32.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672552050.3500.200145.9110082.75
HexA7FFCD230140926453
Octal247377315430240222144123
Binary10100111111111111100110110001101010001001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FFCD; }

 p { color: rgb(167,255,205); }

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

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

 a { background-color: rgb(167,255,205); }

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

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

 span { border-color: rgb(167,255,205); }

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