Html Css Color HEX #ABDCC4 Magic Mint

📋 copy color: '#ABDCC4'

red 171 ◦ green 220 ◦ blue 196

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

Shades of Magic Mint #ABDCC4

Tints of Magic Mint #ABDCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 29.13%
G = 37.48%
B = 33.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ABDCC4 (or 0xABDCC4) is known color: Magic Mint. HEX triplet: AB, DC and C4. RGB value is (171,220,196). Sum of RGB (Red+Green+Blue) = 171+220+196=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC4 is #54233B. Grayscale: #CACACA. Windows color (decimal): -5514044 or 12901547. OLE color: 12901547.

HSL color Cylindrical-coordinate representation of color #ABDCC4: hue angle of 150.61º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 196 -
CMYK 0.22 0 0.11 0.14
HSL 150.61º 0.41% 0.77% -
HSV(B) 150.61º 0.22% 0.86% -
XYZ 52.35 63.83 61.79 -
YUV 202.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 171 220 196 0.22 0 0.11 0.14 150.61 0.41 0.77
Hex AB DC C4 16 0 B E 97 29 4D
Octal 253 334 304 26 0 13 16 227 51 115
Binary 10101011 11011100 11000100 10110 0 1011 1110 10010111 101001 1001101

Color Harmonies of #ABDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCC4

Black with #ABDCC4

Text Example


Text Example

White with #ABDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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