Html Css Color HEX #A4E3CC Magic Mint

📋 copy color: '#A4E3CC'

red 164 ◦ green 227 ◦ blue 204

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

Shades of Magic Mint #A4E3CC

Tints of Magic Mint #A4E3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.15%

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

R = 27.56%
G = 38.15%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A4E3CC (or 0xA4E3CC) is known color: Magic Mint. HEX triplet: A4, E3 and CC. RGB value is (164,227,204). Sum of RGB (Red+Green+Blue) = 164+227+204=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E3CC is #5B1C33. Grayscale: #CDCDCD. Windows color (decimal): -5970996 or 13427620. OLE color: 13427620.

HSL color Cylindrical-coordinate representation of color #A4E3CC: hue angle of 158.1º degrees, saturation: 0.53, 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 #A4E3CC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 227 204 -
CMYK 0.28 0 0.10 0.11
HSL 158.1º 0.53% 0.77% -
HSV(B) 158.1º 0.28% 0.89% -
XYZ 53.68 67.19 67.27 -
YUV 205.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 164 227 204 0.28 0 0.10 0.11 158.1 0.53 0.77
Hex A4 E3 CC 1C 0 A B 9E 35 4D
Octal 244 343 314 34 0 12 13 236 65 115
Binary 10100100 11100011 11001100 11100 0 1010 1011 10011110 110101 1001101

Color Harmonies of #A4E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E3CC

Black with #A4E3CC

Text Example


Text Example

White with #A4E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E3CC; }

 p { color: rgb(164,227,204); }

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

background-color css

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

 a { background-color: rgb(164,227,204); }

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

border-color css

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

 span { border-color: rgb(164,227,204); }

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