Html Css Color HEX #A2EFCA Magic Mint

📋 copy color: '#A2EFCA'

red 162 ◦ green 239 ◦ blue 202

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

Shades of Magic Mint #A2EFCA

Tints of Magic Mint #A2EFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.5%

R = 26.87%
G = 39.64%
B = 33.5%

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

#A2EFCA (or 0xA2EFCA) is known color: Magic Mint. HEX triplet: A2, EF and CA. RGB value is (162,239,202). Sum of RGB (Red+Green+Blue) = 162+239+202=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFCA is #5D1035. Grayscale: #D3D3D3. Windows color (decimal): -6098998 or 13299618. OLE color: 13299618.

HSL color Cylindrical-coordinate representation of color #A2EFCA: hue angle of 151.17º 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 #A2EFCA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 202 -
CMYK 0.32 0 0.15 0.06
HSL 151.17º 0.71% 0.79% -
HSV(B) 151.17º 0.32% 0.94% -
XYZ 56.43 73.68 67.12 -
YUV 211.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 162 239 202 0.32 0 0.15 0.06 151.17 0.71 0.79
Hex A2 EF CA 20 0 F 6 97 47 4F
Octal 242 357 312 40 0 17 6 227 107 117
Binary 10100010 11101111 11001010 100000 0 1111 110 10010111 1000111 1001111

Color Harmonies of #A2EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFCA

Black with #A2EFCA

Text Example


Text Example

White with #A2EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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