#AFFCDB

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

Shades of Magic Mint #AFFCDB

Tints of Magic Mint #AFFCDB

Color information

#AFFCDB (or 0xAFFCDB) is unknown color: approx Magic Mint. HEX triplet: AF, FC and DB. RGB value is (175,252,219). Sum of RGB (Red+Green+Blue) = 175+252+219=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDB is #500324. Grayscale: #E1E1E1. Windows color (decimal): -5243685 or 14417071. OLE color: 14417071.

HSL color Cylindrical-coordinate representation of color #AFFCDB: hue angle of 154.29º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB175252219-
CMYK0.3100.130.01
HSL154.29º92.77%83.73%-
HSV(B)154.29º30.56%98.82%-
XYZ65.2883.8579.76-
YUV225.21124.4992.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=27.09%
G=39.01%
B=33.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522190.3100.130.01154.2992.7783.73
HexAFFCDB1F0D19a5d54
Octal257374333370151232135124
Binary101011111111110011011011111110110111001101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCDB; }

 p { color: rgb(175,252,219); }

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

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

 a { background-color: rgb(175,252,219); }

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

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

 span { border-color: rgb(175,252,219); }

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