Html Css Color HEX #A5E5CA Magic Mint

📋 copy color: '#A5E5CA'

red 165 ◦ green 229 ◦ blue 202

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

Shades of Magic Mint #A5E5CA

Tints of Magic Mint #A5E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

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

R = 27.68%
G = 38.42%
B = 33.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A5E5CA (or 0xA5E5CA) is known color: Magic Mint. HEX triplet: A5, E5 and CA. RGB value is (165,229,202). Sum of RGB (Red+Green+Blue) = 165+229+202=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E5CA is #5A1A35. Grayscale: #CECECE. Windows color (decimal): -5904950 or 13297061. OLE color: 13297061.

HSL color Cylindrical-coordinate representation of color #A5E5CA: hue angle of 154.69º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E5CA is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 202 -
CMYK 0.28 0 0.12 0.10
HSL 154.69º 0.55% 0.77% -
HSV(B) 154.69º 0.28% 0.9% -
XYZ 54.2 68.3 66.2 -
YUV 206.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 165 229 202 0.28 0 0.12 0.10 154.69 0.55 0.77
Hex A5 E5 CA 1C 0 C A 9B 37 4D
Octal 245 345 312 34 0 14 12 233 67 115
Binary 10100101 11100101 11001010 11100 0 1100 1010 10011011 110111 1001101

Color Harmonies of #A5E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E5CA

Black with #A5E5CA

Text Example


Text Example

White with #A5E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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