Html Css Color HEX #A5E6CA Magic Mint

📋 copy color: '#A5E6CA'

red 165 ◦ green 230 ◦ blue 202

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

Shades of Magic Mint #A5E6CA

Tints of Magic Mint #A5E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.53%

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

R = 27.64%
G = 38.53%
B = 33.84%

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

#A5E6CA (or 0xA5E6CA) is known color: Magic Mint. HEX triplet: A5, E6 and CA. RGB value is (165,230,202). Sum of RGB (Red+Green+Blue) = 165+230+202=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E6CA is #5A1935. Grayscale: #CFCFCF. Windows color (decimal): -5904694 or 13297317. OLE color: 13297317.

HSL color Cylindrical-coordinate representation of color #A5E6CA: hue angle of 154.15º degrees, saturation: 0.57, 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 #A5E6CA is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 202 -
CMYK 0.28 0 0.12 0.10
HSL 154.15º 0.57% 0.77% -
HSV(B) 154.15º 0.28% 0.9% -
XYZ 54.47 68.86 66.3 -
YUV 207.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 165 230 202 0.28 0 0.12 0.10 154.15 0.57 0.77
Hex A5 E6 CA 1C 0 C A 9A 39 4D
Octal 245 346 312 34 0 14 12 232 71 115
Binary 10100101 11100110 11001010 11100 0 1100 1010 10011010 111001 1001101

Color Harmonies of #A5E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E6CA

Black with #A5E6CA

Text Example


Text Example

White with #A5E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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