Html Css Color HEX #A4FBDD Magic Mint

📋 copy color: '#A4FBDD'

red 164 ◦ green 251 ◦ blue 221

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

Shades of Magic Mint #A4FBDD

Tints of Magic Mint #A4FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.47%

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 25.79%
G = 39.47%
B = 34.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A4FBDD (or 0xA4FBDD) is known color: Magic Mint. HEX triplet: A4, FB and DD. RGB value is (164,251,221). Sum of RGB (Red+Green+Blue) = 164+251+221=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBDD is #5B0422. Grayscale: #DDDDDD. Windows color (decimal): -5964835 or 14547876. OLE color: 14547876.

HSL color Cylindrical-coordinate representation of color #A4FBDD: hue angle of 159.31º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBDD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 251 221 -
CMYK 0.35 0 0.12 0.02
HSL 159.31º 0.92% 0.81% -
HSV(B) 159.31º 0.35% 0.98% -
XYZ 62.86 82.11 80.94 -
YUV 221.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 164 251 221 0.35 0 0.12 0.02 159.31 0.92 0.81
Hex A4 FB DD 23 0 C 2 9F 5C 51
Octal 244 373 335 43 0 14 2 237 134 121
Binary 10100100 11111011 11011101 100011 0 1100 10 10011111 1011100 1010001

Color Harmonies of #A4FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FBDD

Black with #A4FBDD

Text Example


Text Example

White with #A4FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FBDD; }

 p { color: rgb(164,251,221); }

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

background-color css

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

 a { background-color: rgb(164,251,221); }

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

border-color css

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

 span { border-color: rgb(164,251,221); }

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