Html Css Color HEX #A2EFCC Magic Mint

📋 copy color: '#A2EFCC'

red 162 ◦ green 239 ◦ blue 204

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

Shades of Magic Mint #A2EFCC

Tints of Magic Mint #A2EFCC

RGB

 RED value IS 162 (63.67% from 255) = 26.78%

 GREEN value IS 239 (93.75% from 255) = 39.5%

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

R = 26.78%
G = 39.5%
B = 33.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A2EFCC (or 0xA2EFCC) is known color: Magic Mint. HEX triplet: A2, EF and CC. RGB value is (162,239,204). Sum of RGB (Red+Green+Blue) = 162+239+204=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFCC is #5D1033. Grayscale: #D4D4D4. Windows color (decimal): -6098996 or 13430690. OLE color: 13430690.

HSL color Cylindrical-coordinate representation of color #A2EFCC: hue angle of 152.73º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFCC is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 204 -
CMYK 0.32 0 0.15 0.06
HSL 152.73º 0.71% 0.79% -
HSV(B) 152.73º 0.32% 0.94% -
XYZ 56.67 73.77 68.38 -
YUV 211.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 162 239 204 0.32 0 0.15 0.06 152.73 0.71 0.79
Hex A2 EF CC 20 0 F 6 99 47 4F
Octal 242 357 314 40 0 17 6 231 107 117
Binary 10100010 11101111 11001100 100000 0 1111 110 10011001 1000111 1001111

Color Harmonies of #A2EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFCC

Black with #A2EFCC

Text Example


Text Example

White with #A2EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFCC; }

 p { color: rgb(162,239,204); }

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

background-color css

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

 a { background-color: rgb(162,239,204); }

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

border-color css

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

 span { border-color: rgb(162,239,204); }

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