Html Css Color HEX #ABDDC3 Magic Mint

📋 copy color: '#ABDDC3'

red 171 ◦ green 221 ◦ blue 195

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

Shades of Magic Mint #ABDDC3

Tints of Magic Mint #ABDDC3

RGB

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

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

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

R = 29.13%
G = 37.65%
B = 33.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#ABDDC3 (or 0xABDDC3) is known color: Magic Mint. HEX triplet: AB, DD and C3. RGB value is (171,221,195). Sum of RGB (Red+Green+Blue) = 171+221+195=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC3 is #54223C. Grayscale: #CBCBCB. Windows color (decimal): -5513789 or 12836267. OLE color: 12836267.

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

Color convert

RGB 171 221 195 -
CMYK 0.23 0 0.12 0.13
HSL 148.8º 0.42% 0.77% -
HSV(B) 148.8º 0.23% 0.87% -
XYZ 52.5 64.31 61.28 -
YUV 203.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 171 221 195 0.23 0 0.12 0.13 148.8 0.42 0.77
Hex AB DD C3 17 0 C D 95 2A 4D
Octal 253 335 303 27 0 14 15 225 52 115
Binary 10101011 11011101 11000011 10111 0 1100 1101 10010101 101010 1001101

Color Harmonies of #ABDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC3

Black with #ABDDC3

Text Example


Text Example

White with #ABDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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