Html Css Color HEX #ABDFC2 Magic Mint

📋 copy color: '#ABDFC2'

red 171 ◦ green 223 ◦ blue 194

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

Shades of Magic Mint #ABDFC2

Tints of Magic Mint #ABDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.93%

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 29.08%
G = 37.93%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ABDFC2 (or 0xABDFC2) is known color: Magic Mint. HEX triplet: AB, DF and C2. RGB value is (171,223,194). Sum of RGB (Red+Green+Blue) = 171+223+194=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC2 is #54203D. Grayscale: #CCCCCC. Windows color (decimal): -5513278 or 12771243. OLE color: 12771243.

HSL color Cylindrical-coordinate representation of color #ABDFC2: hue angle of 146.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFC2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 194 -
CMYK 0.23 0 0.13 0.13
HSL 146.54º 0.45% 0.77% -
HSV(B) 146.54º 0.23% 0.87% -
XYZ 52.92 65.33 60.86 -
YUV 204.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 171 223 194 0.23 0 0.13 0.13 146.54 0.45 0.77
Hex AB DF C2 17 0 D D 93 2D 4D
Octal 253 337 302 27 0 15 15 223 55 115
Binary 10101011 11011111 11000010 10111 0 1101 1101 10010011 101101 1001101

Color Harmonies of #ABDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFC2

Black with #ABDFC2

Text Example


Text Example

White with #ABDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFC2; }

 p { color: rgb(171,223,194); }

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

background-color css

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

 a { background-color: rgb(171,223,194); }

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

border-color css

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

 span { border-color: rgb(171,223,194); }

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