Html Css Color HEX #A6FBCB Magic Mint

📋 copy color: '#A6FBCB'

red 166 ◦ green 251 ◦ blue 203

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

Shades of Magic Mint #A6FBCB

Tints of Magic Mint #A6FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.48%

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

R = 26.77%
G = 40.48%
B = 32.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#A6FBCB (or 0xA6FBCB) is known color: Magic Mint. HEX triplet: A6, FB and CB. RGB value is (166,251,203). Sum of RGB (Red+Green+Blue) = 166+251+203=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCB is #590434. Grayscale: #DCDCDC. Windows color (decimal): -5833781 or 13368230. OLE color: 13368230.

HSL color Cylindrical-coordinate representation of color #A6FBCB: hue angle of 146.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBCB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 203 -
CMYK 0.34 0 0.19 0.02
HSL 146.12º 0.91% 0.82% -
HSV(B) 146.12º 0.34% 0.98% -
XYZ 61 81.41 69 -
YUV 220.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 166 251 203 0.34 0 0.19 0.02 146.12 0.91 0.82
Hex A6 FB CB 22 0 13 2 92 5B 52
Octal 246 373 313 42 0 23 2 222 133 122
Binary 10100110 11111011 11001011 100010 0 10011 10 10010010 1011011 1010010

Color Harmonies of #A6FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBCB

Black with #A6FBCB

Text Example


Text Example

White with #A6FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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