Html Css Color HEX #A4E4CB Magic Mint

📋 copy color: '#A4E4CB'

red 164 ◦ green 228 ◦ blue 203

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

Shades of Magic Mint #A4E4CB

Tints of Magic Mint #A4E4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.32%

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

R = 27.56%
G = 38.32%
B = 34.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A4E4CB (or 0xA4E4CB) is known color: Magic Mint. HEX triplet: A4, E4 and CB. RGB value is (164,228,203). Sum of RGB (Red+Green+Blue) = 164+228+203=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4CB is #5B1B34. Grayscale: #CECECE. Windows color (decimal): -5970741 or 13362340. OLE color: 13362340.

HSL color Cylindrical-coordinate representation of color #A4E4CB: hue angle of 156.56º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4CB is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 228 203 -
CMYK 0.28 0 0.11 0.11
HSL 156.56º 0.54% 0.77% -
HSV(B) 156.56º 0.28% 0.89% -
XYZ 53.83 67.69 66.73 -
YUV 206.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 164 228 203 0.28 0 0.11 0.11 156.56 0.54 0.77
Hex A4 E4 CB 1C 0 B B 9D 36 4D
Octal 244 344 313 34 0 13 13 235 66 115
Binary 10100100 11100100 11001011 11100 0 1011 1011 10011101 110110 1001101

Color Harmonies of #A4E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E4CB

Black with #A4E4CB

Text Example


Text Example

White with #A4E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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