#AFFBDA

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

Shades of Magic Mint #AFFBDA

Tints of Magic Mint #AFFBDA

Color information

#AFFBDA (or 0xAFFBDA) is unknown color: approx Magic Mint. HEX triplet: AF, FB and DA. RGB value is (175,251,218). Sum of RGB (Red+Green+Blue) = 175+251+218=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDA is #500425. Grayscale: #E0E0E0. Windows color (decimal): -5243942 or 14351279. OLE color: 14351279.

HSL color Cylindrical-coordinate representation of color #AFFBDA: hue angle of 153.95º 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 #AFFBDA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB175251218-
CMYK0.3000.130.02
HSL153.95º90.48%83.53%-
HSV(B)153.95º30.28%98.43%-
XYZ64.8383.1778.97-
YUV224.51124.3292.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=27.17%
G=38.98%
B=33.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512180.3000.130.02153.9590.4883.53
HexAFFBDA1E0D29a5a54
Octal257373332360152232132124
Binary1010111111111011110110101111001101101001101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBDA; }

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

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

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

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

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

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

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

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