Html Css Color HEX #A3DDC4 Magic Mint

📋 copy color: '#A3DDC4'

red 163 ◦ green 221 ◦ blue 196

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

Shades of Magic Mint #A3DDC4

Tints of Magic Mint #A3DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 28.1%
G = 38.1%
B = 33.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#A3DDC4 (or 0xA3DDC4) is known color: Magic Mint. HEX triplet: A3, DD and C4. RGB value is (163,221,196). Sum of RGB (Red+Green+Blue) = 163+221+196=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDC4 is #5C223B. Grayscale: #C8C8C8. Windows color (decimal): -6038076 or 12901795. OLE color: 12901795.

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

Color convert

RGB 163 221 196 -
CMYK 0.26 0 0.11 0.13
HSL 154.14º 0.46% 0.75% -
HSV(B) 154.14º 0.26% 0.87% -
XYZ 50.92 63.48 61.79 -
YUV 200.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 163 221 196 0.26 0 0.11 0.13 154.14 0.46 0.75
Hex A3 DD C4 1A 0 B D 9A 2E 4B
Octal 243 335 304 32 0 13 15 232 56 113
Binary 10100011 11011101 11000100 11010 0 1011 1101 10011010 101110 1001011

Color Harmonies of #A3DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDC4

Black with #A3DDC4

Text Example


Text Example

White with #A3DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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