Html Css Color HEX #ABDCC3 Magic Mint

📋 copy color: '#ABDCC3'

red 171 ◦ green 220 ◦ blue 195

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

Shades of Magic Mint #ABDCC3

Tints of Magic Mint #ABDCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 29.18%
G = 37.54%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ABDCC3 (or 0xABDCC3) is known color: Magic Mint. HEX triplet: AB, DC and C3. RGB value is (171,220,195). Sum of RGB (Red+Green+Blue) = 171+220+195=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC3 is #54233C. Grayscale: #CACACA. Windows color (decimal): -5514045 or 12836011. OLE color: 12836011.

HSL color Cylindrical-coordinate representation of color #ABDCC3: hue angle of 149.39º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 195 -
CMYK 0.22 0 0.11 0.14
HSL 149.39º 0.41% 0.77% -
HSV(B) 149.39º 0.22% 0.86% -
XYZ 52.24 63.78 61.19 -
YUV 202.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 171 220 195 0.22 0 0.11 0.14 149.39 0.41 0.77
Hex AB DC C3 16 0 B E 95 29 4D
Octal 253 334 303 26 0 13 16 225 51 115
Binary 10101011 11011100 11000011 10110 0 1011 1110 10010101 101001 1001101

Color Harmonies of #ABDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCC3

Black with #ABDCC3

Text Example


Text Example

White with #ABDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCC3; }

 p { color: rgb(171,220,195); }

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

background-color css

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

 a { background-color: rgb(171,220,195); }

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

border-color css

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

 span { border-color: rgb(171,220,195); }

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