Html Css Color HEX #A6EBCC Magic Mint

📋 copy color: '#A6EBCC'

red 166 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #A6EBCC

Tints of Magic Mint #A6EBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 27.44%
G = 38.84%
B = 33.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A6EBCC (or 0xA6EBCC) is known color: Magic Mint. HEX triplet: A6, EB and CC. RGB value is (166,235,204). Sum of RGB (Red+Green+Blue) = 166+235+204=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBCC is #591433. Grayscale: #D2D2D2. Windows color (decimal): -5837876 or 13429670. OLE color: 13429670.

HSL color Cylindrical-coordinate representation of color #A6EBCC: hue angle of 153.04º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBCC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 204 -
CMYK 0.29 0 0.13 0.08
HSL 153.04º 0.63% 0.79% -
HSV(B) 153.04º 0.29% 0.92% -
XYZ 56.33 71.88 68.03 -
YUV 210.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 166 235 204 0.29 0 0.13 0.08 153.04 0.63 0.79
Hex A6 EB CC 1D 0 D 8 99 3F 4F
Octal 246 353 314 35 0 15 10 231 77 117
Binary 10100110 11101011 11001100 11101 0 1101 1000 10011001 111111 1001111

Color Harmonies of #A6EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBCC

Black with #A6EBCC

Text Example


Text Example

White with #A6EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBCC; }

 p { color: rgb(166,235,204); }

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

background-color css

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

 a { background-color: rgb(166,235,204); }

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

border-color css

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

 span { border-color: rgb(166,235,204); }

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