Html Css Color HEX #A5FACC Magic Mint

📋 copy color: '#A5FACC'

red 165 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #A5FACC

Tints of Magic Mint #A5FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 26.66%
G = 40.39%
B = 32.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A5FACC (or 0xA5FACC) is known color: Magic Mint. HEX triplet: A5, FA and CC. RGB value is (165,250,204). Sum of RGB (Red+Green+Blue) = 165+250+204=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FACC is #5A0533. Grayscale: #DBDBDB. Windows color (decimal): -5899572 or 13433509. OLE color: 13433509.

HSL color Cylindrical-coordinate representation of color #A5FACC: hue angle of 147.53º 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 #A5FACC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 204 -
CMYK 0.34 0 0.18 0.02
HSL 147.53º 0.89% 0.81% -
HSV(B) 147.53º 0.34% 0.98% -
XYZ 60.6 80.73 69.52 -
YUV 219.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 165 250 204 0.34 0 0.18 0.02 147.53 0.89 0.81
Hex A5 FA CC 22 0 12 2 94 59 51
Octal 245 372 314 42 0 22 2 224 131 121
Binary 10100101 11111010 11001100 100010 0 10010 10 10010100 1011001 1010001

Color Harmonies of #A5FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FACC

Black with #A5FACC

Text Example


Text Example

White with #A5FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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