Html Css Color HEX #A3F1D8 Magic Mint

📋 copy color: '#A3F1D8'

red 163 ◦ green 241 ◦ blue 216

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

Shades of Magic Mint #A3F1D8

Tints of Magic Mint #A3F1D8

RGB

 RED value IS 163 (64.06% from 255) = 26.29%

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

 BLUE value IS 216 (84.77% from 255) = 34.84%

R = 26.29%
G = 38.87%
B = 34.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#A3F1D8 (or 0xA3F1D8) is known color: Magic Mint. HEX triplet: A3, F1 and D8. RGB value is (163,241,216). Sum of RGB (Red+Green+Blue) = 163+241+216=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1D8 is #5C0E27. Grayscale: #D6D6D6. Windows color (decimal): -6032936 or 14217635. OLE color: 14217635.

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

Color convert

RGB 163 241 216 -
CMYK 0.32 0 0.10 0.05
HSL 160.77º 0.74% 0.79% -
HSV(B) 160.77º 0.32% 0.95% -
XYZ 58.95 75.65 76.46 -
YUV 214.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 163 241 216 0.32 0 0.10 0.05 160.77 0.74 0.79
Hex A3 F1 D8 20 0 A 5 A1 4A 4F
Octal 243 361 330 40 0 12 5 241 112 117
Binary 10100011 11110001 11011000 100000 0 1010 101 10100001 1001010 1001111

Color Harmonies of #A3F1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F1D8

Black with #A3F1D8

Text Example


Text Example

White with #A3F1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F1D8; }

 p { color: rgb(163,241,216); }

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

background-color css

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

 a { background-color: rgb(163,241,216); }

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

border-color css

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

 span { border-color: rgb(163,241,216); }

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