Html Css Color HEX #A6F5CC Magic Mint

📋 copy color: '#A6F5CC'

red 166 ◦ green 245 ◦ blue 204

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

Shades of Magic Mint #A6F5CC

Tints of Magic Mint #A6F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.84%

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

R = 26.99%
G = 39.84%
B = 33.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#A6F5CC (or 0xA6F5CC) is known color: Magic Mint. HEX triplet: A6, F5 and CC. RGB value is (166,245,204). Sum of RGB (Red+Green+Blue) = 166+245+204=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F5CC is #590A33. Grayscale: #D8D8D8. Windows color (decimal): -5835316 or 13432230. OLE color: 13432230.

HSL color Cylindrical-coordinate representation of color #A6F5CC: hue angle of 148.86º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F5CC is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 245 204 -
CMYK 0.32 0 0.17 0.04
HSL 148.86º 0.8% 0.81% -
HSV(B) 148.86º 0.32% 0.96% -
XYZ 59.28 77.77 69.01 -
YUV 216.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 166 245 204 0.32 0 0.17 0.04 148.86 0.8 0.81
Hex A6 F5 CC 20 0 11 4 95 50 51
Octal 246 365 314 40 0 21 4 225 120 121
Binary 10100110 11110101 11001100 100000 0 10001 100 10010101 1010000 1010001

Color Harmonies of #A6F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F5CC

Black with #A6F5CC

Text Example


Text Example

White with #A6F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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