Html Css Color HEX #A5FAD0 Magic Mint

📋 copy color: '#A5FAD0'

red 165 ◦ green 250 ◦ blue 208

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

Shades of Magic Mint #A5FAD0

Tints of Magic Mint #A5FAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.39%

R = 26.48%
G = 40.13%
B = 33.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A5FAD0 (or 0xA5FAD0) is known color: Magic Mint. HEX triplet: A5, FA and D0. RGB value is (165,250,208). Sum of RGB (Red+Green+Blue) = 165+250+208=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAD0 is #5A052F. Grayscale: #DBDBDB. Windows color (decimal): -5899568 or 13695653. OLE color: 13695653.

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

Color convert

RGB 165 250 208 -
CMYK 0.34 0 0.17 0.02
HSL 150.35º 0.89% 0.81% -
HSV(B) 150.35º 0.34% 0.98% -
XYZ 61.09 80.92 72.07 -
YUV 219.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 165 250 208 0.34 0 0.17 0.02 150.35 0.89 0.81
Hex A5 FA D0 22 0 11 2 96 59 51
Octal 245 372 320 42 0 21 2 226 131 121
Binary 10100101 11111010 11010000 100010 0 10001 10 10010110 1011001 1010001

Color Harmonies of #A5FAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAD0

Black with #A5FAD0

Text Example


Text Example

White with #A5FAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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