Html Css Color HEX #ABDDC7 Magic Mint

📋 copy color: '#ABDDC7'

red 171 ◦ green 221 ◦ blue 199

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

Shades of Magic Mint #ABDDC7

Tints of Magic Mint #ABDDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.67%

R = 28.93%
G = 37.39%
B = 33.67%

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

#ABDDC7 (or 0xABDDC7) is known color: Magic Mint. HEX triplet: AB, DD and C7. RGB value is (171,221,199). Sum of RGB (Red+Green+Blue) = 171+221+199=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC7 is #542238. Grayscale: #CBCBCB. Windows color (decimal): -5513785 or 13098411. OLE color: 13098411.

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

Color convert

RGB 171 221 199 -
CMYK 0.23 0 0.10 0.13
HSL 153.6º 0.42% 0.77% -
HSV(B) 153.6º 0.23% 0.87% -
XYZ 52.96 64.49 63.69 -
YUV 203.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 171 221 199 0.23 0 0.10 0.13 153.6 0.42 0.77
Hex AB DD C7 17 0 A D 9A 2A 4D
Octal 253 335 307 27 0 12 15 232 52 115
Binary 10101011 11011101 11000111 10111 0 1010 1101 10011010 101010 1001101

Color Harmonies of #ABDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC7

Black with #ABDDC7

Text Example


Text Example

White with #ABDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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