Html Css Color HEX #A3EAD4 Magic Mint

📋 copy color: '#A3EAD4'

red 163 ◦ green 234 ◦ blue 212

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

Shades of Magic Mint #A3EAD4

Tints of Magic Mint #A3EAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.42%

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 26.77%
G = 38.42%
B = 34.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A3EAD4 (or 0xA3EAD4) is known color: Magic Mint. HEX triplet: A3, EA and D4. RGB value is (163,234,212). Sum of RGB (Red+Green+Blue) = 163+234+212=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAD4 is #5C152B. Grayscale: #D2D2D2. Windows color (decimal): -6034732 or 13953699. OLE color: 13953699.

HSL color Cylindrical-coordinate representation of color #A3EAD4: hue angle of 161.41º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAD4 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 212 -
CMYK 0.30 0 0.09 0.08
HSL 161.41º 0.63% 0.78% -
HSV(B) 161.41º 0.3% 0.92% -
XYZ 56.41 71.39 73.09 -
YUV 210.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 163 234 212 0.30 0 0.09 0.08 161.41 0.63 0.78
Hex A3 EA D4 1E 0 9 8 A1 3F 4E
Octal 243 352 324 36 0 11 10 241 77 116
Binary 10100011 11101010 11010100 11110 0 1001 1000 10100001 111111 1001110

Color Harmonies of #A3EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAD4

Black with #A3EAD4

Text Example


Text Example

White with #A3EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAD4; }

 p { color: rgb(163,234,212); }

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

background-color css

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

 a { background-color: rgb(163,234,212); }

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

border-color css

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

 span { border-color: rgb(163,234,212); }

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