Html Css Color HEX #ABECD6 Magic Mint

📋 copy color: '#ABECD6'

red 171 ◦ green 236 ◦ blue 214

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

Shades of Magic Mint #ABECD6

Tints of Magic Mint #ABECD6

RGB

 RED value IS 171 (67.19% from 255) = 27.54%

 GREEN value IS 236 (92.58% from 255) = 38%

 BLUE value IS 214 (83.98% from 255) = 34.46%

R = 27.54%
G = 38%
B = 34.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ABECD6 (or 0xABECD6) is known color: Magic Mint. HEX triplet: AB, EC and D6. RGB value is (171,236,214). Sum of RGB (Red+Green+Blue) = 171+236+214=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD6 is #541329. Grayscale: #D6D6D6. Windows color (decimal): -5509930 or 14085291. OLE color: 14085291.

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

Color convert

RGB 171 236 214 -
CMYK 0.28 0 0.09 0.07
HSL 159.69º 0.63% 0.8% -
HSV(B) 159.69º 0.28% 0.93% -
XYZ 58.93 73.5 74.7 -
YUV 214.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 171 236 214 0.28 0 0.09 0.07 159.69 0.63 0.8
Hex AB EC D6 1C 0 9 7 A0 3F 50
Octal 253 354 326 34 0 11 7 240 77 120
Binary 10101011 11101100 11010110 11100 0 1001 111 10100000 111111 1010000

Color Harmonies of #ABECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECD6

Black with #ABECD6

Text Example


Text Example

White with #ABECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECD6; }

 p { color: rgb(171,236,214); }

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

background-color css

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

 a { background-color: rgb(171,236,214); }

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

border-color css

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

 span { border-color: rgb(171,236,214); }

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