#AFF8DB

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

Shades of Magic Mint #AFF8DB

Tints of Magic Mint #AFF8DB

Color information

#AFF8DB (or 0xAFF8DB) is unknown color: approx Magic Mint. HEX triplet: AF, F8 and DB. RGB value is (175,248,219). Sum of RGB (Red+Green+Blue) = 175+248+219=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DB is #500724. Grayscale: #DEDEDE. Windows color (decimal): -5244709 or 14416047. OLE color: 14416047.

HSL color Cylindrical-coordinate representation of color #AFF8DB: hue angle of 156.16º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8DB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB175248219-
CMYK0.2900.120.03
HSL156.16º83.91%82.94%-
HSV(B)156.16º29.44%97.25%-
XYZ64.0381.3679.35-
YUV222.87125.8293.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=27.26%
G=38.63%
B=34.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752482190.2900.120.03156.1683.9182.94
HexAFF8DB1D0C39c5453
Octal257370333350143234124123
Binary1010111111111000110110111110101100111001110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8DB; }

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

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

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

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

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

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

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

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