Html Css Color HEX #A4FBDB Magic Mint

📋 copy color: '#A4FBDB'

red 164 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #A4FBDB

Tints of Magic Mint #A4FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 25.87%
G = 39.59%
B = 34.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A4FBDB (or 0xA4FBDB) is known color: Magic Mint. HEX triplet: A4, FB and DB. RGB value is (164,251,219). Sum of RGB (Red+Green+Blue) = 164+251+219=634 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.87% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBDB is #5B0424. Grayscale: #DDDDDD. Windows color (decimal): -5964837 or 14416804. OLE color: 14416804.

HSL color Cylindrical-coordinate representation of color #A4FBDB: hue angle of 157.93º 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 #A4FBDB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 251 219 -
CMYK 0.35 0 0.13 0.02
HSL 157.93º 0.92% 0.81% -
HSV(B) 157.93º 0.35% 0.98% -
XYZ 62.59 82 79.55 -
YUV 221.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 164 251 219 0.35 0 0.13 0.02 157.93 0.92 0.81
Hex A4 FB DB 23 0 D 2 9E 5C 51
Octal 244 373 333 43 0 15 2 236 134 121
Binary 10100100 11111011 11011011 100011 0 1101 10 10011110 1011100 1010001

Color Harmonies of #A4FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FBDB

Black with #A4FBDB

Text Example


Text Example

White with #A4FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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