#ABFDCB

Color #ABFDCB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ABFDCB

Tints of Magic Mint #ABFDCB

Color information

#ABFDCB (or 0xABFDCB) is unknown color: approx Magic Mint. HEX triplet: AB, FD and CB. RGB value is (171,253,203). Sum of RGB (Red+Green+Blue) = 171+253+203=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDCB is #540234. Grayscale: #DEDEDE. Windows color (decimal): -5505589 or 13368747. OLE color: 13368747.

HSL color Cylindrical-coordinate representation of color #ABFDCB: hue angle of 143.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDCB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB171253203-
CMYK0.3200.200.01
HSL143.41º95.35%83.14%-
HSV(B)143.41º32.41%99.22%-
XYZ62.783.2269.26-
YUV222.78116.8391.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=27.27%
G=40.35%
B=32.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712532030.3200.200.01143.4195.3583.14
HexABFDCB2001418f5f53
Octal253375313400241217137123
Binary10101011111111011100101110000001010011000111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFDCB; }

 p { color: rgb(171,253,203); }

 H1.HeaderClassName
 {
   color: #ABFDCB;
 }
 .AnyTagClassName
 {
   color: #ABFDCB;
 }
</style>
background-color css

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

 a { background-color: rgb(171,253,203); }

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

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

 span { border-color: rgb(171,253,203); }

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