Html Css Color HEX #A3DEC4 Magic Mint

📋 copy color: '#A3DEC4'

red 163 ◦ green 222 ◦ blue 196

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

Shades of Magic Mint #A3DEC4

Tints of Magic Mint #A3DEC4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 28.06%
G = 38.21%
B = 33.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#A3DEC4 (or 0xA3DEC4) is known color: Magic Mint. HEX triplet: A3, DE and C4. RGB value is (163,222,196). Sum of RGB (Red+Green+Blue) = 163+222+196=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEC4 is #5C213B. Grayscale: #C9C9C9. Windows color (decimal): -6037820 or 12902051. OLE color: 12902051.

HSL color Cylindrical-coordinate representation of color #A3DEC4: hue angle of 153.56º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEC4 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 222 196 -
CMYK 0.27 0 0.12 0.13
HSL 153.56º 0.47% 0.75% -
HSV(B) 153.56º 0.27% 0.87% -
XYZ 51.19 64.01 61.88 -
YUV 201.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 163 222 196 0.27 0 0.12 0.13 153.56 0.47 0.75
Hex A3 DE C4 1B 0 C D 9A 2F 4B
Octal 243 336 304 33 0 14 15 232 57 113
Binary 10100011 11011110 11000100 11011 0 1100 1101 10011010 101111 1001011

Color Harmonies of #A3DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEC4

Black with #A3DEC4

Text Example


Text Example

White with #A3DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEC4; }

 p { color: rgb(163,222,196); }

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

background-color css

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

 a { background-color: rgb(163,222,196); }

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

border-color css

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

 span { border-color: rgb(163,222,196); }

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