Html Css Color HEX #A5F6C2 Magic Mint

📋 copy color: '#A5F6C2'

red 165 ◦ green 246 ◦ blue 194

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

Shades of Magic Mint #A5F6C2

Tints of Magic Mint #A5F6C2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.66%

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 27.27%
G = 40.66%
B = 32.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#A5F6C2 (or 0xA5F6C2) is known color: Magic Mint. HEX triplet: A5, F6 and C2. RGB value is (165,246,194). Sum of RGB (Red+Green+Blue) = 165+246+194=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F6C2 is #5A093D. Grayscale: #D7D7D7. Windows color (decimal): -5900606 or 12777125. OLE color: 12777125.

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

Color convert

RGB 165 246 194 -
CMYK 0.33 0 0.21 0.04
HSL 141.48º 0.82% 0.81% -
HSV(B) 141.48º 0.33% 0.96% -
XYZ 58.21 77.81 62.99 -
YUV 215.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 165 246 194 0.33 0 0.21 0.04 141.48 0.82 0.81
Hex A5 F6 C2 21 0 15 4 8D 52 51
Octal 245 366 302 41 0 25 4 215 122 121
Binary 10100101 11110110 11000010 100001 0 10101 100 10001101 1010010 1010001

Color Harmonies of #A5F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F6C2

Black with #A5F6C2

Text Example


Text Example

White with #A5F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F6C2; }

 p { color: rgb(165,246,194); }

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

background-color css

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

 a { background-color: rgb(165,246,194); }

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

border-color css

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

 span { border-color: rgb(165,246,194); }

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