Html Css Color HEX #A5FAC6 Magic Mint

📋 copy color: '#A5FAC6'

red 165 ◦ green 250 ◦ blue 198

#A5FAC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A5FAC6

Tints of Magic Mint #A5FAC6

RGB

 RED value IS 165 (64.84% from 255) = 26.92%

 GREEN value IS 250 (98.05% from 255) = 40.78%

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 26.92%
G = 40.78%
B = 32.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#A5FAC6 (or 0xA5FAC6) is known color: Magic Mint. HEX triplet: A5, FA and C6. RGB value is (165,250,198). Sum of RGB (Red+Green+Blue) = 165+250+198=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAC6 is #5A0539. Grayscale: #DADADA. Windows color (decimal): -5899578 or 13040293. OLE color: 13040293.

HSL color Cylindrical-coordinate representation of color #A5FAC6: hue angle of 143.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAC6 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 198 -
CMYK 0.34 0 0.21 0.02
HSL 143.29º 0.89% 0.81% -
HSV(B) 143.29º 0.34% 0.98% -
XYZ 59.9 80.45 65.8 -
YUV 218.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 165 250 198 0.34 0 0.21 0.02 143.29 0.89 0.81
Hex A5 FA C6 22 0 15 2 8F 59 51
Octal 245 372 306 42 0 25 2 217 131 121
Binary 10100101 11111010 11000110 100010 0 10101 10 10001111 1011001 1010001

Color Harmonies of #A5FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAC6

Black with #A5FAC6

Text Example


Text Example

White with #A5FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAC6; }

 p { color: rgb(165,250,198); }

 H1.HeaderClassName
 {
   color: #A5FAC6;
 }
 .AnyTagClassName
 {
   color: #A5FAC6;
 }
</style>

background-color css

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

 a { background-color: rgb(165,250,198); }

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

border-color css

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

 span { border-color: rgb(165,250,198); }

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