Html Css Color HEX #ABDDC4 Magic Mint

📋 copy color: '#ABDDC4'

red 171 ◦ green 221 ◦ blue 196

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

Shades of Magic Mint #ABDDC4

Tints of Magic Mint #ABDDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 29.08%
G = 37.59%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#ABDDC4 (or 0xABDDC4) is known color: Magic Mint. HEX triplet: AB, DD and C4. RGB value is (171,221,196). Sum of RGB (Red+Green+Blue) = 171+221+196=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC4 is #54223B. Grayscale: #CBCBCB. Windows color (decimal): -5513788 or 12901803. OLE color: 12901803.

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

Color convert

RGB 171 221 196 -
CMYK 0.23 0 0.11 0.13
HSL 150º 0.42% 0.77% -
HSV(B) 150º 0.23% 0.87% -
XYZ 52.61 64.36 61.87 -
YUV 203.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 171 221 196 0.23 0 0.11 0.13 150 0.42 0.77
Hex AB DD C4 17 0 B D 96 2A 4D
Octal 253 335 304 27 0 13 15 226 52 115
Binary 10101011 11011101 11000100 10111 0 1011 1101 10010110 101010 1001101

Color Harmonies of #ABDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC4

Black with #ABDDC4

Text Example


Text Example

White with #ABDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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