Html Css Color HEX #A2ECD3 Magic Mint

📋 copy color: '#A2ECD3'

red 162 ◦ green 236 ◦ blue 211

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

Shades of Magic Mint #A2ECD3

Tints of Magic Mint #A2ECD3

RGB

 RED value IS 162 (63.67% from 255) = 26.6%

 GREEN value IS 236 (92.58% from 255) = 38.75%

 BLUE value IS 211 (82.81% from 255) = 34.65%

R = 26.6%
G = 38.75%
B = 34.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#A2ECD3 (or 0xA2ECD3) is known color: Magic Mint. HEX triplet: A2, EC and D3. RGB value is (162,236,211). Sum of RGB (Red+Green+Blue) = 162+236+211=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECD3 is #5D132C. Grayscale: #D3D3D3. Windows color (decimal): -6099757 or 13888674. OLE color: 13888674.

HSL color Cylindrical-coordinate representation of color #A2ECD3: hue angle of 159.73º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECD3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 211 -
CMYK 0.31 0 0.11 0.07
HSL 159.73º 0.66% 0.78% -
HSV(B) 159.73º 0.31% 0.93% -
XYZ 56.65 72.38 72.61 -
YUV 211.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 162 236 211 0.31 0 0.11 0.07 159.73 0.66 0.78
Hex A2 EC D3 1F 0 B 7 A0 42 4E
Octal 242 354 323 37 0 13 7 240 102 116
Binary 10100010 11101100 11010011 11111 0 1011 111 10100000 1000010 1001110

Color Harmonies of #A2ECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECD3

Black with #A2ECD3

Text Example


Text Example

White with #A2ECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECD3; }

 p { color: rgb(162,236,211); }

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

background-color css

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

 a { background-color: rgb(162,236,211); }

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

border-color css

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

 span { border-color: rgb(162,236,211); }

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