Html Css Color HEX #A5FFCA Magic Mint

📋 copy color: '#A5FFCA'

red 165 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #A5FFCA

Tints of Magic Mint #A5FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 26.53%
G = 41%
B = 32.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#A5FFCA (or 0xA5FFCA) is known color: Magic Mint. HEX triplet: A5, FF and CA. RGB value is (165,255,202). Sum of RGB (Red+Green+Blue) = 165+255+202=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFCA is #5A0035. Grayscale: #DEDEDE. Windows color (decimal): -5898294 or 13303717. OLE color: 13303717.

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

Color convert

RGB 165 255 202 -
CMYK 0.35 0 0.21 0
HSL 144.67º 1% 0.82% -
HSV(B) 144.67º 0.35% 1% -
XYZ 61.94 83.78 68.78 -
YUV 222.05 116.68 87.31 -
System Red Green Blue C M Y K H S L
Decimal 165 255 202 0.35 0 0.21 0 144.67 1 0.82
Hex A5 FF CA 23 0 15 0 91 64 52
Octal 245 377 312 43 0 25 0 221 144 122
Binary 10100101 11111111 11001010 100011 0 10101 0 10010001 1100100 1010010

Color Harmonies of #A5FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFCA

Black with #A5FFCA

Text Example


Text Example

White with #A5FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFCA; }

 p { color: rgb(165,255,202); }

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

background-color css

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

 a { background-color: rgb(165,255,202); }

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

border-color css

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

 span { border-color: rgb(165,255,202); }

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