Html Css Color HEX #ACEDCA Magic Mint

📋 copy color: '#ACEDCA'

red 172 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #ACEDCA

Tints of Magic Mint #ACEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.79%

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

R = 28.15%
G = 38.79%
B = 33.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ACEDCA (or 0xACEDCA) is known color: Magic Mint. HEX triplet: AC, ED and CA. RGB value is (172,237,202). Sum of RGB (Red+Green+Blue) = 172+237+202=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCA is #531235. Grayscale: #D5D5D5. Windows color (decimal): -5444150 or 13299116. OLE color: 13299116.

HSL color Cylindrical-coordinate representation of color #ACEDCA: hue angle of 147.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDCA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 202 -
CMYK 0.27 0 0.15 0.07
HSL 147.69º 0.64% 0.8% -
HSV(B) 147.69º 0.27% 0.93% -
XYZ 57.96 73.6 67.03 -
YUV 213.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 172 237 202 0.27 0 0.15 0.07 147.69 0.64 0.8
Hex AC ED CA 1B 0 F 7 94 40 50
Octal 254 355 312 33 0 17 7 224 100 120
Binary 10101100 11101101 11001010 11011 0 1111 111 10010100 1000000 1010000

Color Harmonies of #ACEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDCA

Black with #ACEDCA

Text Example


Text Example

White with #ACEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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