Html Css Color HEX #ACEACA Magic Mint

📋 copy color: '#ACEACA'

red 172 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #ACEACA

Tints of Magic Mint #ACEACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 28.29%
G = 38.49%
B = 33.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#ACEACA (or 0xACEACA) is known color: Magic Mint. HEX triplet: AC, EA and CA. RGB value is (172,234,202). Sum of RGB (Red+Green+Blue) = 172+234+202=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACA is #531535. Grayscale: #D3D3D3. Windows color (decimal): -5444918 or 13298348. OLE color: 13298348.

HSL color Cylindrical-coordinate representation of color #ACEACA: hue angle of 149.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEACA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 202 -
CMYK 0.26 0 0.14 0.08
HSL 149.03º 0.6% 0.8% -
HSV(B) 149.03º 0.26% 0.92% -
XYZ 57.1 71.88 66.74 -
YUV 211.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 172 234 202 0.26 0 0.14 0.08 149.03 0.6 0.8
Hex AC EA CA 1A 0 E 8 95 3C 50
Octal 254 352 312 32 0 16 10 225 74 120
Binary 10101100 11101010 11001010 11010 0 1110 1000 10010101 111100 1010000

Color Harmonies of #ACEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEACA

Black with #ACEACA

Text Example


Text Example

White with #ACEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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