Html Css Color HEX #ACFACA Magic Mint

📋 copy color: '#ACFACA'

red 172 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #ACFACA

Tints of Magic Mint #ACFACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.37%

R = 27.56%
G = 40.06%
B = 32.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#ACFACA (or 0xACFACA) is known color: Magic Mint. HEX triplet: AC, FA and CA. RGB value is (172,250,202). Sum of RGB (Red+Green+Blue) = 172+250+202=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACA is #530535. Grayscale: #DDDDDD. Windows color (decimal): -5440822 or 13302444. OLE color: 13302444.

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

Color convert

RGB 172 250 202 -
CMYK 0.31 0 0.19 0.02
HSL 143.08º 0.89% 0.83% -
HSV(B) 143.08º 0.31% 0.98% -
XYZ 61.86 81.41 68.33 -
YUV 221.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 172 250 202 0.31 0 0.19 0.02 143.08 0.89 0.83
Hex AC FA CA 1F 0 13 2 8F 59 53
Octal 254 372 312 37 0 23 2 217 131 123
Binary 10101100 11111010 11001010 11111 0 10011 10 10001111 1011001 1010011

Color Harmonies of #ACFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFACA

Black with #ACFACA

Text Example


Text Example

White with #ACFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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