Html Css Color HEX #A4F0D3 Magic Mint

📋 copy color: '#A4F0D3'

red 164 ◦ green 240 ◦ blue 211

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

Shades of Magic Mint #A4F0D3

Tints of Magic Mint #A4F0D3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 26.67%
G = 39.02%
B = 34.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#A4F0D3 (or 0xA4F0D3) is known color: Magic Mint. HEX triplet: A4, F0 and D3. RGB value is (164,240,211). Sum of RGB (Red+Green+Blue) = 164+240+211=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F0D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F0D3 is #5B0F2C. Grayscale: #D6D6D6. Windows color (decimal): -5967661 or 13889700. OLE color: 13889700.

HSL color Cylindrical-coordinate representation of color #A4F0D3: hue angle of 157.11º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F0D3 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 240 211 -
CMYK 0.32 0 0.12 0.06
HSL 157.11º 0.72% 0.79% -
HSV(B) 157.11º 0.32% 0.94% -
XYZ 58.23 74.92 73.02 -
YUV 213.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 164 240 211 0.32 0 0.12 0.06 157.11 0.72 0.79
Hex A4 F0 D3 20 0 C 6 9D 48 4F
Octal 244 360 323 40 0 14 6 235 110 117
Binary 10100100 11110000 11010011 100000 0 1100 110 10011101 1001000 1001111

Color Harmonies of #A4F0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F0D3

Black with #A4F0D3

Text Example


Text Example

White with #A4F0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F0D3; }

 p { color: rgb(164,240,211); }

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

background-color css

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

 a { background-color: rgb(164,240,211); }

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

border-color css

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

 span { border-color: rgb(164,240,211); }

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