Html Css Color HEX #ACEBCB Magic Mint

📋 copy color: '#ACEBCB'

red 172 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #ACEBCB

Tints of Magic Mint #ACEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.52%

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

R = 28.2%
G = 38.52%
B = 33.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#ACEBCB (or 0xACEBCB) is known color: Magic Mint. HEX triplet: AC, EB and CB. RGB value is (172,235,203). Sum of RGB (Red+Green+Blue) = 172+235+203=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCB is #531434. Grayscale: #D4D4D4. Windows color (decimal): -5444661 or 13364140. OLE color: 13364140.

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

Color convert

RGB 172 235 203 -
CMYK 0.27 0 0.14 0.08
HSL 149.52º 0.61% 0.8% -
HSV(B) 149.52º 0.27% 0.92% -
XYZ 57.5 72.5 67.46 -
YUV 212.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 172 235 203 0.27 0 0.14 0.08 149.52 0.61 0.8
Hex AC EB CB 1B 0 E 8 96 3D 50
Octal 254 353 313 33 0 16 10 226 75 120
Binary 10101100 11101011 11001011 11011 0 1110 1000 10010110 111101 1010000

Color Harmonies of #ACEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBCB

Black with #ACEBCB

Text Example


Text Example

White with #ACEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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