Html Css Color HEX #ABDDC6 Magic Mint

📋 copy color: '#ABDDC6'

red 171 ◦ green 221 ◦ blue 198

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

Shades of Magic Mint #ABDDC6

Tints of Magic Mint #ABDDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 28.98%
G = 37.46%
B = 33.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ABDDC6 (or 0xABDDC6) is known color: Magic Mint. HEX triplet: AB, DD and C6. RGB value is (171,221,198). Sum of RGB (Red+Green+Blue) = 171+221+198=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC6 is #542239. Grayscale: #CBCBCB. Windows color (decimal): -5513786 or 13032875. OLE color: 13032875.

HSL color Cylindrical-coordinate representation of color #ABDDC6: hue angle of 152.4º degrees, saturation: 0.42, 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 #ABDDC6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 198 -
CMYK 0.23 0 0.10 0.13
HSL 152.4º 0.42% 0.77% -
HSV(B) 152.4º 0.23% 0.87% -
XYZ 52.84 64.45 63.08 -
YUV 203.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 171 221 198 0.23 0 0.10 0.13 152.4 0.42 0.77
Hex AB DD C6 17 0 A D 98 2A 4D
Octal 253 335 306 27 0 12 15 230 52 115
Binary 10101011 11011101 11000110 10111 0 1010 1101 10011000 101010 1001101

Color Harmonies of #ABDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC6

Black with #ABDDC6

Text Example


Text Example

White with #ABDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC6; }

 p { color: rgb(171,221,198); }

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

background-color css

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

 a { background-color: rgb(171,221,198); }

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

border-color css

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

 span { border-color: rgb(171,221,198); }

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