Html Css Color HEX #A5F1CA Magic Mint

📋 copy color: '#A5F1CA'

red 165 ◦ green 241 ◦ blue 202

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

Shades of Magic Mint #A5F1CA

Tints of Magic Mint #A5F1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.64%

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

R = 27.14%
G = 39.64%
B = 33.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#A5F1CA (or 0xA5F1CA) is known color: Magic Mint. HEX triplet: A5, F1 and CA. RGB value is (165,241,202). Sum of RGB (Red+Green+Blue) = 165+241+202=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1CA is #5A0E35. Grayscale: #D5D5D5. Windows color (decimal): -5901878 or 13300133. OLE color: 13300133.

HSL color Cylindrical-coordinate representation of color #A5F1CA: hue angle of 149.21º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1CA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 202 -
CMYK 0.32 0 0.16 0.05
HSL 149.21º 0.73% 0.8% -
HSV(B) 149.21º 0.32% 0.95% -
XYZ 57.63 75.17 67.35 -
YUV 213.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 165 241 202 0.32 0 0.16 0.05 149.21 0.73 0.8
Hex A5 F1 CA 20 0 10 5 95 49 50
Octal 245 361 312 40 0 20 5 225 111 120
Binary 10100101 11110001 11001010 100000 0 10000 101 10010101 1001001 1010000

Color Harmonies of #A5F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F1CA

Black with #A5F1CA

Text Example


Text Example

White with #A5F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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