Html Css Color HEX #A3F2D6 Magic Mint

📋 copy color: '#A3F2D6'

red 163 ◦ green 242 ◦ blue 214

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

Shades of Magic Mint #A3F2D6

Tints of Magic Mint #A3F2D6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

 BLUE value IS 214 (83.98% from 255) = 34.57%

R = 26.33%
G = 39.1%
B = 34.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#A3F2D6 (or 0xA3F2D6) is known color: Magic Mint. HEX triplet: A3, F2 and D6. RGB value is (163,242,214). Sum of RGB (Red+Green+Blue) = 163+242+214=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2D6 is #5C0D29. Grayscale: #D7D7D7. Windows color (decimal): -6032682 or 14086819. OLE color: 14086819.

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

Color convert

RGB 163 242 214 -
CMYK 0.33 0 0.12 0.05
HSL 158.73º 0.75% 0.79% -
HSV(B) 158.73º 0.33% 0.95% -
XYZ 58.99 76.15 75.21 -
YUV 215.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 163 242 214 0.33 0 0.12 0.05 158.73 0.75 0.79
Hex A3 F2 D6 21 0 C 5 9F 4B 4F
Octal 243 362 326 41 0 14 5 237 113 117
Binary 10100011 11110010 11010110 100001 0 1100 101 10011111 1001011 1001111

Color Harmonies of #A3F2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F2D6

Black with #A3F2D6

Text Example


Text Example

White with #A3F2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F2D6; }

 p { color: rgb(163,242,214); }

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

background-color css

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

 a { background-color: rgb(163,242,214); }

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

border-color css

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

 span { border-color: rgb(163,242,214); }

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