Html Css Color HEX #ACEACB Magic Mint

📋 copy color: '#ACEACB'

red 172 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #ACEACB

Tints of Magic Mint #ACEACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 28.24%
G = 38.42%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#ACEACB (or 0xACEACB) is known color: Magic Mint. HEX triplet: AC, EA and CB. RGB value is (172,234,203). Sum of RGB (Red+Green+Blue) = 172+234+203=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACB is #531534. Grayscale: #D3D3D3. Windows color (decimal): -5444917 or 13363884. OLE color: 13363884.

HSL color Cylindrical-coordinate representation of color #ACEACB: hue angle of 150º 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 #ACEACB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 203 -
CMYK 0.26 0 0.13 0.08
HSL 150º 0.6% 0.8% -
HSV(B) 150º 0.26% 0.92% -
XYZ 57.22 71.93 67.37 -
YUV 211.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 172 234 203 0.26 0 0.13 0.08 150 0.6 0.8
Hex AC EA CB 1A 0 D 8 96 3C 50
Octal 254 352 313 32 0 15 10 226 74 120
Binary 10101100 11101010 11001011 11010 0 1101 1000 10010110 111100 1010000

Color Harmonies of #ACEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEACB

Black with #ACEACB

Text Example


Text Example

White with #ACEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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