#AFFBDD

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

Shades of Magic Mint #AFFBDD

Tints of Magic Mint #AFFBDD

Color information

#AFFBDD (or 0xAFFBDD) is unknown color: approx Magic Mint. HEX triplet: AF, FB and DD. RGB value is (175,251,221). Sum of RGB (Red+Green+Blue) = 175+251+221=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDD is #500422. Grayscale: #E0E0E0. Windows color (decimal): -5243939 or 14547887. OLE color: 14547887.

HSL color Cylindrical-coordinate representation of color #AFFBDD: hue angle of 156.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBDD is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB175251221-
CMYK0.3000.120.02
HSL156.32º90.48%83.53%-
HSV(B)156.32º30.28%98.43%-
XYZ65.2383.3381.05-
YUV224.86125.8292.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=27.05%
G=38.79%
B=34.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512210.3000.120.02156.3290.4883.53
HexAFFBDD1E0C29c5a54
Octal257373335360142234132124
Binary1010111111111011110111011111001100101001110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBDD; }

 p { color: rgb(175,251,221); }

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

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

 a { background-color: rgb(175,251,221); }

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

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

 span { border-color: rgb(175,251,221); }

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