Html Css Color HEX #ACFADB Magic Mint

📋 copy color: '#ACFADB'

red 172 ◦ green 250 ◦ blue 219

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

Shades of Magic Mint #ACFADB

Tints of Magic Mint #ACFADB

RGB

 RED value IS 172 (67.58% from 255) = 26.83%

 GREEN value IS 250 (98.05% from 255) = 39%

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

R = 26.83%
G = 39%
B = 34.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#ACFADB (or 0xACFADB) is known color: Magic Mint. HEX triplet: AC, FA and DB. RGB value is (172,250,219). Sum of RGB (Red+Green+Blue) = 172+250+219=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFADB is #530524. Grayscale: #DFDFDF. Windows color (decimal): -5440805 or 14416556. OLE color: 14416556.

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

Color convert

RGB 172 250 219 -
CMYK 0.31 0 0.12 0.02
HSL 156.15º 0.89% 0.83% -
HSV(B) 156.15º 0.31% 0.98% -
XYZ 63.99 82.26 79.52 -
YUV 223.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 172 250 219 0.31 0 0.12 0.02 156.15 0.89 0.83
Hex AC FA DB 1F 0 C 2 9C 59 53
Octal 254 372 333 37 0 14 2 234 131 123
Binary 10101100 11111010 11011011 11111 0 1100 10 10011100 1011001 1010011

Color Harmonies of #ACFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFADB

Black with #ACFADB

Text Example


Text Example

White with #ACFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFADB; }

 p { color: rgb(172,250,219); }

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

background-color css

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

 a { background-color: rgb(172,250,219); }

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

border-color css

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

 span { border-color: rgb(172,250,219); }

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