Html Css Color HEX #A7F8DB Magic Mint

📋 copy color: '#A7F8DB'

red 167 ◦ green 248 ◦ blue 219

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

Shades of Magic Mint #A7F8DB

Tints of Magic Mint #A7F8DB

RGB

 RED value IS 167 (65.63% from 255) = 26.34%

 GREEN value IS 248 (97.27% from 255) = 39.12%

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

R = 26.34%
G = 39.12%
B = 34.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#A7F8DB (or 0xA7F8DB) is known color: Magic Mint. HEX triplet: A7, F8 and DB. RGB value is (167,248,219). Sum of RGB (Red+Green+Blue) = 167+248+219=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F8DB is #580724. Grayscale: #DCDCDC. Windows color (decimal): -5768997 or 14416039. OLE color: 14416039.

HSL color Cylindrical-coordinate representation of color #A7F8DB: hue angle of 158.52º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8DB is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 248 219 -
CMYK 0.33 0 0.12 0.03
HSL 158.52º 0.85% 0.81% -
HSV(B) 158.52º 0.33% 0.97% -
XYZ 62.29 80.46 79.27 -
YUV 220.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 167 248 219 0.33 0 0.12 0.03 158.52 0.85 0.81
Hex A7 F8 DB 21 0 C 3 9F 55 51
Octal 247 370 333 41 0 14 3 237 125 121
Binary 10100111 11111000 11011011 100001 0 1100 11 10011111 1010101 1010001

Color Harmonies of #A7F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F8DB

Black with #A7F8DB

Text Example


Text Example

White with #A7F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F8DB; }

 p { color: rgb(167,248,219); }

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

background-color css

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

 a { background-color: rgb(167,248,219); }

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

border-color css

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

 span { border-color: rgb(167,248,219); }

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