Html Css Color HEX #A1EDD7 Magic Mint

📋 copy color: '#A1EDD7'

red 161 ◦ green 237 ◦ blue 215

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

Shades of Magic Mint #A1EDD7

Tints of Magic Mint #A1EDD7

RGB

 RED value IS 161 (63.28% from 255) = 26.26%

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 26.26%
G = 38.66%
B = 35.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A1EDD7 (or 0xA1EDD7) is known color: Magic Mint. HEX triplet: A1, ED and D7. RGB value is (161,237,215). Sum of RGB (Red+Green+Blue) = 161+237+215=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDD7 is #5E1228. Grayscale: #D3D3D3. Windows color (decimal): -6165033 or 14151073. OLE color: 14151073.

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

Color convert

RGB 161 237 215 -
CMYK 0.32 0 0.09 0.07
HSL 162.63º 0.68% 0.78% -
HSV(B) 162.63º 0.32% 0.93% -
XYZ 57.25 73.05 75.37 -
YUV 211.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 161 237 215 0.32 0 0.09 0.07 162.63 0.68 0.78
Hex A1 ED D7 20 0 9 7 A3 44 4E
Octal 241 355 327 40 0 11 7 243 104 116
Binary 10100001 11101101 11010111 100000 0 1001 111 10100011 1000100 1001110

Color Harmonies of #A1EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDD7

Black with #A1EDD7

Text Example


Text Example

White with #A1EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDD7; }

 p { color: rgb(161,237,215); }

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

background-color css

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

 a { background-color: rgb(161,237,215); }

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

border-color css

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

 span { border-color: rgb(161,237,215); }

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