Html Css Color HEX #A5FDDC Magic Mint

📋 copy color: '#A5FDDC'

red 165 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #A5FDDC

Tints of Magic Mint #A5FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.66%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 25.86%
G = 39.66%
B = 34.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A5FDDC (or 0xA5FDDC) is known color: Magic Mint. HEX triplet: A5, FD and DC. RGB value is (165,253,220). Sum of RGB (Red+Green+Blue) = 165+253+220=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDDC is #5A0223. Grayscale: #DEDEDE. Windows color (decimal): -5898788 or 14482853. OLE color: 14482853.

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

Color convert

RGB 165 253 220 -
CMYK 0.35 0 0.13 0.01
HSL 157.5º 0.96% 0.82% -
HSV(B) 157.5º 0.35% 0.99% -
XYZ 63.56 83.42 80.46 -
YUV 222.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 165 253 220 0.35 0 0.13 0.01 157.5 0.96 0.82
Hex A5 FD DC 23 0 D 1 9E 60 52
Octal 245 375 334 43 0 15 1 236 140 122
Binary 10100101 11111101 11011100 100011 0 1101 1 10011110 1100000 1010010

Color Harmonies of #A5FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FDDC

Black with #A5FDDC

Text Example


Text Example

White with #A5FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FDDC; }

 p { color: rgb(165,253,220); }

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

background-color css

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

 a { background-color: rgb(165,253,220); }

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

border-color css

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

 span { border-color: rgb(165,253,220); }

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