Html Css Color HEX #A6ECCF Magic Mint

📋 copy color: '#A6ECCF'

red 166 ◦ green 236 ◦ blue 207

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

Shades of Magic Mint #A6ECCF

Tints of Magic Mint #A6ECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 27.26%
G = 38.75%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#A6ECCF (or 0xA6ECCF) is known color: Magic Mint. HEX triplet: A6, EC and CF. RGB value is (166,236,207). Sum of RGB (Red+Green+Blue) = 166+236+207=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECCF is #591330. Grayscale: #D3D3D3. Windows color (decimal): -5837617 or 13626534. OLE color: 13626534.

HSL color Cylindrical-coordinate representation of color #A6ECCF: hue angle of 155.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECCF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 207 -
CMYK 0.30 0 0.12 0.07
HSL 155.14º 0.65% 0.79% -
HSV(B) 155.14º 0.3% 0.93% -
XYZ 56.98 72.6 70.04 -
YUV 211.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 166 236 207 0.30 0 0.12 0.07 155.14 0.65 0.79
Hex A6 EC CF 1E 0 C 7 9B 41 4F
Octal 246 354 317 36 0 14 7 233 101 117
Binary 10100110 11101100 11001111 11110 0 1100 111 10011011 1000001 1001111

Color Harmonies of #A6ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECCF

Black with #A6ECCF

Text Example


Text Example

White with #A6ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECCF; }

 p { color: rgb(166,236,207); }

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

background-color css

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

 a { background-color: rgb(166,236,207); }

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

border-color css

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

 span { border-color: rgb(166,236,207); }

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