Html Css Color HEX #A4FFCB Magic Mint

📋 copy color: '#A4FFCB'

red 164 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #A4FFCB

Tints of Magic Mint #A4FFCB

RGB

 RED value IS 164 (64.45% from 255) = 26.37%

 GREEN value IS 255 (100% from 255) = 41%

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

R = 26.37%
G = 41%
B = 32.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#A4FFCB (or 0xA4FFCB) is known color: Magic Mint. HEX triplet: A4, FF and CB. RGB value is (164,255,203). Sum of RGB (Red+Green+Blue) = 164+255+203=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFCB is #5B0034. Grayscale: #DDDDDD. Windows color (decimal): -5963829 or 13369252. OLE color: 13369252.

HSL color Cylindrical-coordinate representation of color #A4FFCB: hue angle of 145.71º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFCB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 203 -
CMYK 0.36 0 0.20 0
HSL 145.71º 1% 0.82% -
HSV(B) 145.71º 0.36% 1% -
XYZ 61.85 83.72 69.4 -
YUV 221.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 164 255 203 0.36 0 0.20 0 145.71 1 0.82
Hex A4 FF CB 24 0 14 0 92 64 52
Octal 244 377 313 44 0 24 0 222 144 122
Binary 10100100 11111111 11001011 100100 0 10100 0 10010010 1100100 1010010

Color Harmonies of #A4FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFCB

Black with #A4FFCB

Text Example


Text Example

White with #A4FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFCB; }

 p { color: rgb(164,255,203); }

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

background-color css

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

 a { background-color: rgb(164,255,203); }

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

border-color css

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

 span { border-color: rgb(164,255,203); }

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