Html Css Color HEX #ACF9DB Magic Mint

📋 copy color: '#ACF9DB'

red 172 ◦ green 249 ◦ blue 219

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

Shades of Magic Mint #ACF9DB

Tints of Magic Mint #ACF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.91%

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

R = 26.88%
G = 38.91%
B = 34.22%

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

#ACF9DB (or 0xACF9DB) is known color: Magic Mint. HEX triplet: AC, F9 and DB. RGB value is (172,249,219). Sum of RGB (Red+Green+Blue) = 172+249+219=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9DB is #530624. Grayscale: #DEDEDE. Windows color (decimal): -5441061 or 14416300. OLE color: 14416300.

HSL color Cylindrical-coordinate representation of color #ACF9DB: hue angle of 156.62º degrees, saturation: 0.87, 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 #ACF9DB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 219 -
CMYK 0.31 0 0.12 0.02
HSL 156.62º 0.87% 0.83% -
HSV(B) 156.62º 0.31% 0.98% -
XYZ 63.68 81.64 79.42 -
YUV 222.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 172 249 219 0.31 0 0.12 0.02 156.62 0.87 0.83
Hex AC F9 DB 1F 0 C 2 9D 57 53
Octal 254 371 333 37 0 14 2 235 127 123
Binary 10101100 11111001 11011011 11111 0 1100 10 10011101 1010111 1010011

Color Harmonies of #ACF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9DB

Black with #ACF9DB

Text Example


Text Example

White with #ACF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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