Html Css Color HEX #A6EFD5 Magic Mint

📋 copy color: '#A6EFD5'

red 166 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #A6EFD5

Tints of Magic Mint #A6EFD5

RGB

 RED value IS 166 (65.23% from 255) = 26.86%

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 26.86%
G = 38.67%
B = 34.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#A6EFD5 (or 0xA6EFD5) is known color: Magic Mint. HEX triplet: A6, EF and D5. RGB value is (166,239,213). Sum of RGB (Red+Green+Blue) = 166+239+213=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFD5 is #59102A. Grayscale: #D6D6D6. Windows color (decimal): -5836843 or 14020518. OLE color: 14020518.

HSL color Cylindrical-coordinate representation of color #A6EFD5: hue angle of 158.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFD5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 239 213 -
CMYK 0.31 0 0.11 0.06
HSL 158.63º 0.7% 0.79% -
HSV(B) 158.63º 0.31% 0.94% -
XYZ 58.6 74.64 74.27 -
YUV 214.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 166 239 213 0.31 0 0.11 0.06 158.63 0.7 0.79
Hex A6 EF D5 1F 0 B 6 9F 46 4F
Octal 246 357 325 37 0 13 6 237 106 117
Binary 10100110 11101111 11010101 11111 0 1011 110 10011111 1000110 1001111

Color Harmonies of #A6EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EFD5

Black with #A6EFD5

Text Example


Text Example

White with #A6EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EFD5; }

 p { color: rgb(166,239,213); }

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

background-color css

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

 a { background-color: rgb(166,239,213); }

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

border-color css

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

 span { border-color: rgb(166,239,213); }

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