Html Css Color HEX #A6EBCB Magic Mint

📋 copy color: '#A6EBCB'

red 166 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #A6EBCB

Tints of Magic Mint #A6EBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 27.48%
G = 38.91%
B = 33.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A6EBCB (or 0xA6EBCB) is known color: Magic Mint. HEX triplet: A6, EB and CB. RGB value is (166,235,203). Sum of RGB (Red+Green+Blue) = 166+235+203=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBCB is #591434. Grayscale: #D2D2D2. Windows color (decimal): -5837877 or 13364134. OLE color: 13364134.

HSL color Cylindrical-coordinate representation of color #A6EBCB: hue angle of 152.17º 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 #A6EBCB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 203 -
CMYK 0.29 0 0.14 0.08
HSL 152.17º 0.63% 0.79% -
HSV(B) 152.17º 0.29% 0.92% -
XYZ 56.21 71.84 67.4 -
YUV 210.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 166 235 203 0.29 0 0.14 0.08 152.17 0.63 0.79
Hex A6 EB CB 1D 0 E 8 98 3F 4F
Octal 246 353 313 35 0 16 10 230 77 117
Binary 10100110 11101011 11001011 11101 0 1110 1000 10011000 111111 1001111

Color Harmonies of #A6EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBCB

Black with #A6EBCB

Text Example


Text Example

White with #A6EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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