Html Css Color HEX #A2F3CC Magic Mint

📋 copy color: '#A2F3CC'

red 162 ◦ green 243 ◦ blue 204

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

Shades of Magic Mint #A2F3CC

Tints of Magic Mint #A2F3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.9%

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

R = 26.6%
G = 39.9%
B = 33.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#A2F3CC (or 0xA2F3CC) is known color: Magic Mint. HEX triplet: A2, F3 and CC. RGB value is (162,243,204). Sum of RGB (Red+Green+Blue) = 162+243+204=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3CC is #5D0C33. Grayscale: #D6D6D6. Windows color (decimal): -6097972 or 13431714. OLE color: 13431714.

HSL color Cylindrical-coordinate representation of color #A2F3CC: hue angle of 151.11º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3CC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 243 204 -
CMYK 0.33 0 0.16 0.05
HSL 151.11º 0.77% 0.79% -
HSV(B) 151.11º 0.33% 0.95% -
XYZ 57.85 76.14 68.77 -
YUV 214.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 162 243 204 0.33 0 0.16 0.05 151.11 0.77 0.79
Hex A2 F3 CC 21 0 10 5 97 4D 4F
Octal 242 363 314 41 0 20 5 227 115 117
Binary 10100010 11110011 11001100 100001 0 10000 101 10010111 1001101 1001111

Color Harmonies of #A2F3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F3CC

Black with #A2F3CC

Text Example


Text Example

White with #A2F3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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